@extends('backend.layouts.app') @section('content')
{{translate('Flash Deal Information')}}
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
@php $start_date = date('d-m-Y H:i:s', $flash_deal->start_date); $end_date = date('d-m-Y H:i:s', $flash_deal->end_date); @endphp
{{ translate('If any product has discount or exists in another flash deal, the discount will be replaced by this discount & time limit.') }}

@endsection @section('script') @endsection