@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('guardians.index'), 'name' => "اولياء الأمور"], ['link' => route('users.edit',$user->id), 'name' => "$user->guardian_name"], ['link' => route('guardians.points.index',$user->id), 'name' => "تاريخ النقاط"]],['title' => 'تاريخ النقاط']]; @endphp @section('title', 'تاريخ نقاط ولي الأمر | ' . $user->guardian_name) @section('content') نقاط ولي الأمر {{ $user->guardian_name }} يحصل كل ولي امر علي رصيد نقاط بناء علي اخر عملية دفع تمت علي النظام. عودة رقم الحركة العام الدراسي فترة السداد النقاط المكتسبة ملاحظات تاريخ الحركة @foreach ($guardianPoints as $guardianPoint) {{ $guardianPoint->id }} {{ $guardianPoint->year_name }} {{ $guardianPoint->period_name }} {{ $guardianPoint->points }} {{ $guardianPoint->reason }} {{ $guardianPoint->created_at }} @endforeach @endsection