Merhabalar php sayfasın da ürün ekleyince konu başlıklarına title vermek istiyorum. kod yapısı şu şekilde yardımcı olabilir misiniz

@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 }}









@if(isset($service))


@endif

@endsection