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