@extends('layouts.master') @section('title') شاشة قائمة المسؤولين @endsection @section('css') @endsection @section('page-header')
@endsection @section('content')# | اسم المسؤول | الإيميل | الصلاحية | العمليات |
---|---|---|---|---|
{{ $admin->id }} | {{ $admin->name }} | {{ $admin->email }} | {{ @$admin->Role->name }} |
|