@yield('css')
@include('layouts.navigation')
@php $tenant = companylogo(); $companyLogo = url('/images/gigmindslogo.png'); @endphp @if($tenant->company_logo && file_exists(public_path('/companylogo/'.$tenant->company_logo))) @php $companyLogo = url('/companylogo/'.$tenant->company_logo); @endphp @endif
Home
@include('private.favorite.listing')
@php $photo = DB::table('person')->where('id', '=', Auth::user()->person_id)->pluck('profile_photo')->first(); @endphp
@if($photo == null)
@else
@endif
Logout
@csrf
@yield('breadcrumb')
@yield('content')
@yield('script')