@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{trans('labels.action')}} | {{trans('labels.student_id')}} | {{trans('labels.name')}} | {{trans('labels.phone')}} | {{trans('labels.status')}} | |
|---|---|---|---|---|---|
| {{$student->student_id}} | {{$student->name}} | {{$student->phone}} | @if($student->blockedLog()) {{$student->blockedLog()->message}} - {{$student->blockedLog()->admin->name}} @endif |
|