@extends('admin.layout.master') @section('title', "الإدارة والإجراءات") @section('content')
# | رقم المشرف | إسم المشرف | نوع المشرف | الحدث | الوقت | اليوم |
---|---|---|---|---|---|---|
{{$i}} | {{$row->moderator->id}} | {{$row->moderator->name}} | {{$row->moderator->type}} | {{$row->description}} | {{\Carbon\Carbon::parse($row->created_at)->format('g:i:s A')}} | {{\Carbon\Carbon::parse($row->created_at)->toDateString()}} |