{!! Form::text('title',null,[ 'class' => 'form-control', 'id' => 'title', 'maxlength' => '30' ]) !!} {{ $errors->has('title') ? "".$errors->first('title')."" : '' }}
{!! Form::textarea('description',null,[ 'class' => 'form-control ', 'id' => 'description' ]) !!} {{ $errors->has('description') ? "".$errors->first('description')."" : '' }}
{{ $errors->has('start_date') ? "".$errors->first('start_date')."" : '' }}
{{ $errors->has('end_date') ? "".$errors->first('end_date')."" : '' }}
{{ $errors->has('image_name') ? "".$errors->first('image_name')."" : '' }}
@if(!empty($promotions_images))
@foreach($promotions_images as $images)
image) }}" style="width:100px; height:100px;">
@endforeach
@endif @section('styles') @endsection @section('scripts') @endsection