@php $settings = \Illuminate\Support\Facades\DB::table('settings')->first(); @endphp
Home
About Us
Services
@php $services = Illuminate\Support\Facades\DB::table('services')->get(); @endphp
@foreach($services as $service)
{{ $service->title }}
@endforeach
Membership
gallery
Contact Us
Book Appointment
@if(Auth::user())
{{ Auth::user()->f_name }}
Dashboard
Logout
@csrf
@else
Login
Sign up
@endif
@yield('content') @yield('script')