@extends('layouts/contentLayoutMaster') @section('title', 'سجلات النظام') @section('content') لوحة القيادة سجلات النظام {{-- أختر الادمن @foreach($admins as $admin) id) selected="selected" @endif >{{$admin->name}} @endforeach أختر الفني @foreach($providers as $provider) id) selected="selected" @endif >{{$provider->name}} @endforeach --}} # الحدث بواسطة التوقيت @endsection @section('page-script') @endsection