@extends('admin.layout.app') @section('style') @endsection @section('content')

إعدادات عامة

@foreach(\App\Models\EngCategory::get() as $item ) @endforeach
# الاسم تعديل حذف
1 {{$item->name}} تعديل حذف
@endsection @section('script') @endsection