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

قائمه الكل

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