@extends('layouts.admin-layout') @section('title') Edit Voucher @endsection @section('content')

Edit Voucher

Back
@csrf
@error ('voucher_code') {{$message}} @enderror
@error ('discount_amount_percent') {{$message}} @enderror
@error ('expired_date') {{$message}} @enderror
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endsection @section('script') @endsection