• LandlordTasks
{!!Form::vertical_open() ->id('landlord_task-landlord_tasks-create') ->method('POST') ->files('true') ->action(guard_url('landlord_task/landlord_tasks'))!!}
{{ trans('app.new') }} [{!! trans('landlord_task::landlord_tasks.name') !!}]
@include('landlord_task::admin.landlord_tasks.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}