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

إعدادات عامة

@foreach(\App\Models\Project::get() as $item ) @endforeach
# العنوان الصورة تعديل حذف
{{$item->id}} {{$item->title}} تعديل حذف
@endsection @section('script') @endsection