@extends('admin.layout.app') @section('style') @endsection @section('header')
  • اضافة
  • @endsection @section('content')
    {{-- --}} {{-- --}} @foreach($admins as $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
    # الاسم البريد الالكترونى نوع الحساب الصورهالعمليات
    {{$item->id}} {{$item->name}} {{$item->email}} {{$item->role}} تعديل حذف تعديل حذف عرض
    @endsection @section('script') @endsection