@extends('layouts.admin') @section('content')

Create Voucher

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
A voucher always applies either to the location of the admin or to one or more location of vendors Ensure that the voucher name includes the name of the city/cities it is applied to so users can clearly see in their account which voucher is valid for which location
Cancel
@push('script') @endpush @endsection