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

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

{{ trans('messages.deal_form')}}
@csrf
{{--
--}}
@endsection @push('script') @endpush