@if(!empty($exclusiveoffer->images)) images) : url('storage/exclusiveoffer.png') !!}" alt="user-img" class="img-circle"> @else user-img @endif
{!! Form::file('images',['id' => 'hidden','accept'=>"images/*"]) !!}
{!! 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')."" : '' }}
@section('styles') @endsection @section('scripts') @endsection