@extends('layouts.back-end.app') @section('title','Flash Deal Update') @push('css_or_js') @endpush @section('content')

{{ trans('messages.flash_deals')}}

{{ trans('messages.deal_form')}}
@csrf
{{--to do--}} {{--
--}}
{{--to do--}} {{--
--}}
banner image
@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'banner-image-modal','width'=>1100,'margin_left'=>'-65%'])
@endsection @push('script') @include('shared-partials.image-process._script',[ 'id'=>'banner-image-modal', 'height'=>170, 'width'=>1050, 'multi_image'=>false, 'route'=>route('image-upload') ]) @endpush