@extends('layouts.master') @section('content')
Other Services

Other Services List Add Other Services

{{--

--}} {{--
--}}
{{--
--}}
@foreach ($other_services as $key => $type) @php $decode = App\other_service::where('parent_id',$type->id_other_services)->whereNotNull('parent_id')->get(); // dd($decode); $size = sizeof($decode); @endphp @foreach ($decode as $key => $value) @php $service_name = App\other_service::where('id_other_services', $value->parent_id)->first(); // dd($service_name); @endphp @endforeach @endforeach
View S.No Service Description Status Created At Operations
{{ $key + 1 }} {{ $type->service_name }} {{ $type->description }} {{ $type->status }} 01-01-1970 Edit
Service Name Sub Service
{{ $service_name->service_name }} {{ $value->service_name }}
View S.No Service Description Status Created At Operations
{{--
--}}
{{--
--}} @endsection @push('scripts') @endpush