@php $current_url = url()->current(); $getPath = str_replace(url('/'),'',$current_url); $getPath = explode('/',$getPath); $getPath = isset($getPath[2]) ? $getPath[2]:$getPath[1]; $getPath = \Str::replaceFirst('/','',$getPath); $getPath = str_replace('/',' ',$getPath); $getPath = str_replace('_',' ',$getPath); $getPath = str_replace('-',' ',$getPath); $path = \Str::title($getPath); @endphp @yield('page-title', app('general_setting')->site_title) | {{$path}} @laravelPWA @if(isRtl()) @else @endif {{-- metsimenu --}} @if(isRtl()) @if ($adminColor->id == 1) @else @endif @else @if ($adminColor->id == 1) @else @endif @endif @if ($adminColor->id == 1) @else @endif @if(isRtl()) @endif @section('styles') @show