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

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