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

Voucher Details

@csrf
@error('code')

{{ $message }}

@enderror

Enter a unique voucher code

@error('type')

{{ $message }}

@enderror

Choose the ride-sharing service for this voucher

Cancel
@endsection