@extends('admin.layouts.master') @section('css') @include('admin.helper.formscss') @endsection @section('page-header')
تم الإنشاء بواسطة: {{ $update->createdBy->name ?? 'غير محدد' }}
تاريخ الإنشاء: {{ $update->created_at->format('Y-m-d H:i') }}
آخر تحديث: {{ $update->updated_at->format('Y-m-d H:i') }}