@extends('layouts.dashboard') @section('content')
Edit Coupons
Back
@include('flash_msg')
{{ csrf_field() }}
@csrf
Code
*
Type
*
Select Type
type === 'Amt' ? 'selected' : '' }}>Amount
type === 'Per' ? 'selected' : '' }}>Percentage
Amount
*
Start Date
End Date
Submit
@endsection