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

Admin Logs

@endsection @section('content')
@foreach($logs as $index => $log) @endforeach
# الادمن الفل الطالب التاريخ
{{$index + 1}} {{$log->admin->name}} {{$log->message}} {{$log->student->name}} {{$log->created_at}}
@endsection @section('script') @endsection