{{ trans('app.create') }} company

{{ trans('app.add') }} company here...

{!!Form::vertical_open() ->id('create-company-company') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/company/company'))!!}
@include('public::notifications') @include('company::user.company.partial.entry')
{!! Form::close() !!}