@extends('frontend.layouts.app') @section('title', $service->title) @section('metatags') @endsection @section('content')

{{ $service->title }}

{{ $service->title }}

{!! $service->body !!}
{{-- @php $gallery = old('gallery') ? \App\Models\Image::whereIn('id', $ids)->get() : $service->gallery; @endphp @if (count($gallery))
@foreach ($gallery as $image)
{{ $service->title }}
@endforeach
@else --}}
{{-- @endif --}}
@include('frontend/partials/sections/bg') @include('frontend/partials/sections/services') @include('frontend/partials/sections/features') {{-- @include('frontend/partials/sections/partners') --}} @endsection @section('scripts') @endsection