@extends('admin.layouts.app') @section('main_content')
@csrf
{{translate('Basic Information')}}
{{translate("Please Enter a Name")}}
{{translate('Image Size Should Be')}} {{file_path()['flash_deal']['size']}}
{{$flashDeal->banner_image}}
{{translate("Product Sections")}}
    @foreach($products as $product )
  • @endforeach
@endsection @push('script-push') @endpush