@extends('admin.templates.layout') @section('head') @endsection @section('content')
@csrf
Voucher Details
@if($voucher && $voucher->image_url)
Voucher Image
@endif
Offer Configuration
If no branches selected, voucher will be valid for all branches
Availability & Expiry
Leave empty for unlimited vouchers
Leave empty for no expiry
status ?? 1) ? 'checked' : '' }}>
is_trending ?? 0) ? 'checked' : '' }}>
is_featured ?? 0) ? 'checked' : '' }}>
@stop @section('script') @stop