@extends("admin/layouts.master") @section('title','Add New Coupan |') @section("body")
Edit Coupon : {{ $coupan->code }}
@csrf {{ method_field("PUT") }}

@endsection