@extends('layouts.app') @section('title', 'إلغاء الشيك') @section('content')

إلغاء الشيك

إلغاء شيك رقم #{{ $check->check_number }}
@csrf
@error('action_date')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
سيتم إنشاء قيد عكسي بناءً على تاريخ الإلغاء المحدد.
إلغاء
@endsection