@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('guardians.index'), 'name' => "اولياء الأمور"], ['link' => route('debts.index'), 'name' => "المديونيات"], ['link' => route('debts.create'), 'name' => "استيراد المديونيات"]],['title' => 'استيراد مديونيات اولياء الأمور']]; @endphp @section('title', 'استيراد مديونيات اولياء الأمور') @section('content') @section('vendor-style') @endsection @section('page-style') @endsection @component('components.forms.formCard',['title' => 'استيراد مديونيات اولياء الأمور']) {!! Form::open(['route' => 'debts.store','method'=>'POST', 'enctype' => 'multipart/form-data', 'onsubmit' => 'showLoader()']) !!} @if(isset($skipped_students) && $skipped_students) طلاب لم يتم العثور عليهم
@foreach($skipped_students as $id)
رقم الهوية : {{ $id }}
@endforeach
@endif تفاصيل المديونيات
@error('sheet_path') {{ $message }} @enderror
تسجيل المديونيات عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection