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

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