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

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