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

Sub Services All sub Services

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

All Services Info

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