@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('noorAccounts.index'), 'name' => "حسابات نور"]],['title'=> 'حسابات نور']]; @endphp @section('title', 'ادارة حسابات نور') @section('content') حسابات نور قائمة حسابات نور المسجلة بالمدرسة .. {{ isset($gender_id) ? 'احسابات نور الخاصة بالمرحلة : ' . $type->gender_name : 'حسابات نور' }} اضافة حساب جديد كود اسم الحساب اسم المستخدم اسم المدرسة الاجراءات المتاحة @foreach ($accounts as $noorAccount) {{ $noorAccount->id }} {{ $noorAccount->account_name }} {{ $noorAccount->username }} {{ $noorAccount->school_name }} @can('noorAccounts-list') @endcan @can('noorAccounts-edit') @endcan @can('noorAccounts-delete') @endcan @endforeach @endsection