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

{{trans('labels.student_management')}}

@endsection @section('content')
@foreach($logs as $log) @endforeach
التوقيت الادمن المسمى الحالة تعليق الطالب تعليق ولي الامر
{{$log->created_at}} {{$log->admin->name ?? ""}} {{$log->followupRequest->title()}} {{$log->status == 1 ? "تم الرد" : "لم يرد"}} {{ $log->comment }} {{ $log->parent_comment }}
@include('dashboard.pages.student-management.partials.add-action-modal') @endsection @section('script') @endsection