@extends('layouts.master_admin') @section('title') Edit Coupon @endsection @section('coupons') active @endsection @section('content')
Back
@csrf @method('put')
@endsection @section('js') @endsection