@php $path=''; if(request()->path() == '/') { $path = "https://souqdigi.com/"; } else { $path = "https://souqdigi.com/".request()->path(); } @endphp @if(!empty($page_title)){{ $page_title }}@else{{ $setting->page_title }}@endif {!!$setting->meta!!}