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

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