@extends('layouts.admin', ['title' => 'كود شحن | Admin']) @section('content')
Voucher

{{ $voucher->exists ? 'تعديل كود شحن' : 'كود شحن جديد' }}

كل الأكواد
@csrf @if($voucher->exists) @method('PATCH') @endif
@endsection