@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{$patch->title}}

@can('admins-create')
@csrf
@endcan
@endsection @section('content')
Total {{$users->total()}} @foreach($users as $user) @endforeach
الاسم رقم الهاتف الدرجة الهدية ظهر في
{{$user->student->name}} {{$user->student->phone}} {{$user->degree}} {{$user->amount}} {{$user->started_at}}
{!!$users->withQueryString()->links('pagination::bootstrap-4')!!}
@endsection @section('script') @endsection