@extends('admin.layouts.master') @section('content')

خدمات المؤسسة

اضف
{{--

--}}
@foreach($services as $service) @endforeach
# الاسم الصورة الوصف خيارات
{{$loop->iteration}} {{$service->name}} {{$service->description}} حذف
{{csrf_field()}} {{method_field('DELETE')}}
# الاسم الصورة الوصف خيارات
@endsection