I am creating a field using Laravel Collective
but I am having problems with the date field, first I am not able to create the DATATIME field and another problem is that it is coming from the bank, how can I solve these two problems ?
{!! Form::date('Visivel_Ini', \Carbon\Carbon::now(), ['class' => 'form-control']) !!}