{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('company/company'))!!}

{{__('New')}} Company

{{__('Cancel')}}
@include('notifications') @include('company::company.entry', ['mode' => 'create']) {!! Form::close() !!}