@extends('admin.layouts.master') @section('title', $type === 'receipt' ? 'سند قبض' : 'سند صرف') @section('page-header')
المالية

{{ $payment->exists ? 'تعديل' : 'إنشاء' }} {{ $type === 'receipt' ? 'سند قبض' : 'سند صرف' }}

العودة
@endsection @section('content')
@csrf @if($payment->exists) @method('PUT') @endif
@if($type === 'receipt')
@else
@endif
@endsection