@if (Auth::check() && Auth::user()->type == 0)
@php $company_id = Auth::user()->company_id; $company = DB::table('mst_company')->select('id', 'name as text')->where('id', $company_id)->first(); $company_name = $company ? $company->text : ''; $company_id = $company ? $company->id : ''; $branch_id = Auth::user()->branch_id; $branch = DB::table('mst_company')->select('id', 'name as text')->where('id', $branch_id)->first(); $branch_name = $branch ? $branch->text : ''; $branch_id = $branch ? $branch->id : ''; @endphp
@if (isset($data['pagetitle']))
{{ $data['pagetitle'] }}
@if ($data['pagetitle'] === 'Client User')
@endif @endif
0
Notifications
@php $company = App\Models\User::where('id', Auth::user()->id)->first(); @endphp
{{ Auth::user()->first_name }}
Profile
Change Password
Logout
Dashboard
User
Restarunt
Reports
Subscription Report
User Report
Package Management
Masters
Module Master
Submodule Master
Permission Master
{{--
Table
Counter
Printer
Category
Item
--}}
{{--
Coupon Master
--}}
Subscriptions
Change Password
@csrf
Password must be at least 6 characters long!
Old Password
New Password
Confirm New Password
Submit
@yield('content')
@else @yield('content') @endif {{-- --}} @yield('custom-scripts')