PHP- Kodu:
@extends('web.layouts.master')
@section('title', __('navbar.service-detail'))
@section('meta_description')
@php
$section_services = \App\Models\Section::section('services');
@endphp
@if(isset($section_services->description))
@else
@endif
@endsection
@section('meta_tags')
@if(isset($setting))
@endif
@endsection
@section('content')
{{ $service->title }}
{{ __('navbar.service-detail') }}
{{ __('navbar.home') }}
@if(isset($service))
@foreach($service_lists as $service_list)
{!! str_limit(strip_tags($service_list->title), 60, ' ...') !!}
@endforeach
{{ $service->title }}
{!! $service->description !!}
@php
$section_getquote = \App\Models\Section::section('get-quote');
@endphp
@if(isset($section_getquote))
{{ __('navbar.get_quote') }}
@endif
@endif
@endsection
@section('title', __('navbar.service-detail'))
@section('meta_description')
@php
$section_services = \App\Models\Section::section('services');
@endphp
@if(isset($section_services->description))
@else
@endif
@endsection
@section('meta_tags')
@if(isset($setting))
@endif
@endsection
@section('content')
{{ $service->title }}
{{ __('navbar.service-detail') }}
{{ __('navbar.home') }}
@if(isset($service))
@foreach($service_lists as $service_list)
{!! str_limit(strip_tags($service_list->title), 60, ' ...') !!}
@endforeach
{{ $service->title }}
{!! $service->description !!}
@php
$section_getquote = \App\Models\Section::section('get-quote');
@endphp
@if(isset($section_getquote))
{{ __('navbar.get_quote') }}
@endif
@endif
@endsection