@extends('admin.layout') @section('content')
Edit coupon
@method('PUT') @include('admin.coupons.form', ['coupon' => $coupon])
@endsection