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

قائمه الكل

@foreach($projects as $item) @endforeach
# العنوان الصوره العمليات
{{$item->id}} {{$item->title_ar}}
@endsection @section('script') @endsection