@extends('layouts.back-end.app') @section('title','Global Discount Edit') @push('css_or_js') @endpush @section('content')
Global Discount Update
@csrf
{{$c['start_date']}}
{{$c['expire_date']}}
@endsection @push('script') @endpush