Editando Promoción

@if (count($errors)>0)
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@if (session('status'))
× {{ session('status') }}
@endif
{!!Form::model($promotion,['method'=>'PATCH', 'files'=>true, 'route'=>['promotions.update',$promotion->id]])!!} {{Form::token()}}
@if ( !empty($promotion->file_name) )
{{$promotion->file_name}}
@endif
{!!Form::close()!!}