@yield('css')
@if (Auth::user()->role_id == 1)
Scientific Garbhsanskar
@elseif(Auth::user()->role_id== 2)
Scientific Garbhsanskar
@elseif(Auth::user()->role_id== 3)
Scientific Garbhsanskar
@elseif(Auth::user()->role_id== 4)
Scientific Garbhsanskar
@elseif(Auth::user()->role_id== 5)
Scientific Garbhsanskar
@endif
{{-- 1=Admin, 2 =Doctor 3 =Frenchise 4=Trainer 5=patient --}}
@if (Auth::user()->role_id == 1) @include('layout.admin_sidebar') @elseif(Auth::user()->role_id== 2) @include('layout.doctor_sidebar') @elseif(Auth::user()->role_id== 3) @include('layout.trainer_sidebar') @elseif(Auth::user()->role_id== 4) @include('layout.frenchise_sidebar') @elseif(Auth::user()->role_id== 5) @include('layout.patient_sidebar') @endif
Toggle navigation
person
@php $name = Auth::user()->username; $id = Auth::user()->id; @endphp {{ $name }}
arrow_drop_down
Account1
@if (Auth::user()->role_id == 1)
My Profile
Log out
@elseif(Auth::user()->role_id== 2)
My Profile
Log out
@elseif(Auth::user()->role_id== 3)
My Profile
Log out
@elseif(Auth::user()->role_id== 4)
My Profile
Log out
@elseif(Auth::user()->role_id== 5)
My Profile
Log out
@endif
@yield('content')
Delete Confirmation
×
Are you sure want to delete this?
@yield('script')