@extends('front.layouts.main') @section('content') @inject('settings','App\Models\Setting')

{{$service->$title}})

{{$service->$brief}}

@foreach($service->photos as $photo)
@endforeach

{!! $service->$desc !!}

@endsection @push('scripts') @endpush