@extends('layouts.master') @section('title', 'Edit Coupon | Proxima - Medical Management app') @section('title-topbar', 'Edit Coupon') @section('css') @endsection @section('content')
Dashboard | Coupon | Edit Coupon
Edit Coupon
@csrf @method('PUT')
@error('code') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
type !== 'fixed') disabled @endif> @error('value') {{ $message }} @enderror
type !== 'percent') disabled @endif> @error('percent') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection @section('js') @endsection