@extends('layouts.master') @section('title', 'Edit Coupon | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit coupon')) @section('css') @endsection @section('content')
{{ __('basic.dashboard')}} | {{ __('basic.coupon') }} | {{ __('basic.edit coupon') }}
{{ __('basic.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