@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)