{!!__('Create')!!} {!! trans('property::category.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('property/category'))!!} @include('property::category.partial.entry', ['mode' => 'create']) {!! Form::close() !!}