@include('deal::public.flyer.partial.header')
@include('deal::public.flyer.partial.aside')
{{$flyer->title}}

{!! $flyer['id'] !!}

{!! $flyer['user_id'] !!}

{!! $flyer['user_type'] !!}

{!! $flyer['shop_id'] !!}

{!! $flyer['startdate'] !!}

{!! $flyer['enddate'] !!}

{!! $flyer['images'] !!}

{!! $flyer['created_at'] !!}

{!! $flyer['updated_at'] !!}

{!! $flyer['deleted_at'] !!}
{!! Form::numeric('shop_id') -> label(trans('deal::flyer.label.shop_id')) -> placeholder(trans('deal::flyer.placeholder.shop_id'))!!}
{!! Form::text('startdate') -> placeholder(trans('deal::flyer.placeholder.startdate')) ->raw()!!}
{!! Form::text('enddate') -> placeholder(trans('deal::flyer.placeholder.enddate')) ->raw()!!}
{!! $flyer->files('images', 10) ->mime(config('filer.image_extensions')) ->url($flyer->getUploadUrl('images')) ->dropzone()!!}
{!! $flyer->files('images') ->editor()!!}