@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('guardians.index'), 'name' => "اولياء الأمور"], ['link' => route('users.edit',$guardian->user->id), 'name' => $guardian->user->getFullName()], ['link' => route('guardians.wallets.index',$guardian->user->id), 'name' => 'المحافظ']],['title' => 'تاريخ الحركات المالية']]; @endphp @section('title', 'تاريخ الحركات المالية ولي الأمر | ' . $guardian->user->getFullName()) @section('content')