@extends('Client.layouts.layout') @section('content') @php($current_route = Route::current()->getName())
@lang('trans.home')
{{ lang('ar') ? '/' : '\\' }}
@yield('pagetitle')
@if($current_route == 'client.profile')
{{ auth('client')->user()->name ?? 'assets/images/Group%201000002686.svg' }}
@endif
@endsection @push('css') @endpush