@extends('dashboard.layouts.layouts') @section('title') services @endsection @section('content')

Services All Services

@if(session()->has('created')) @endif @if(session()->has('updated')) @endif @if(session()->has('deleted')) @endif

All Services Info

Add New Service
{{-- --}} @foreach($services as $service) @if(!$service->parent_service_id) {{-- --}} @endif @endforeach
Id service titleservice subtitleImage Date Action
{{$service->id}} {{$service->services_en->title}}{{$service->services_en->sub_title}} {{$service->created_at->format('D M Y')}} {{-- --}} {{-- --}}
@foreach($services as $service) @endforeach
@endsection('content')