@extends('web_site.layouts.master') @section('content') @if(isset($categories)&&($categories->isNotEmpty()))

{{trans('web_site.Our_Services')}}

{{trans('web_site.Our_Services_detailes')}}
{{--
let us write a brief about our trainings the share participant’s testimonial. sLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. let us write a brief about our trainings the share participant’s testimonial. sLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
--}}
@foreach($categories as $item)
{{$item->details}} {{-- Write a very short brief of one line Write a very short brief of one line Write a very short brief of one line--}}
@endforeach
@endif @if(isset($all)&&($all->isNotEmpty()))
{{optional($category->parent_data)->name}}

{{$category->name}}

@foreach ($all as $item)
{{getDefultText($item->details)}}
@endforeach
{{-- --}}
{!! $all->withQueryString()->links('vendor/pagination/default') !!}
@endif @endsection