@extends('layouts.admin-layout') @section('title') Edit Coupon @endsection @section('content')

Edit Coupon

@csrf @method('PUT')
@endsection @extends('layouts.admin-layout') @section('title') Edit Coupon @endsection @section('content')

Edit Coupon

Back
@csrf
@error('code') {{ $message }} @enderror
@error('discount') {{ $message }} @enderror
@error('expiry_date') {{ $message }} @enderror
@endsection @section('script') @endsection