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

Edit Voucher

@csrf
@error ('voucher_code') {{$message}} @enderror
@error ('discount_amount_percent') {{$message}} @enderror
@error ('expired_date') {{$message}} @enderror
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
status === 1 ? 'checked' : ''}}>
@endsection @section('script') @endsection