@extends('layouts.master') @section('title', 'Add Coupon | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new coupon')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.coupons') }} | {{ __('basic.new coupon') }}
{{ __('basic.new coupon') }}
@csrf
@error('code') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@error('value') {{ $message }} @enderror
@error('percent') {{ $message }} @enderror
@endsection @section('js') @endsection