@extends('layouts.app') @section('title', 'تسجيل دفعة') @section('breadcrumb') @endsection @section('content')
دفعة جديدة
@csrf @include('payments._form')
@endsection