@if ((Session::has('user_name')))
Proplogix Lien Search
{{--
--}}
{{--
--}}
Dashboard
Order List
@if(str_ends_with(Session::get('user_type'), "Admin"))
Assign Orders
@endif {{-- @if(str_ends_with(Session::get('user_type'), "Admin"))
Order Upload
@endif --}}
Order Creation
Branch
@if(str_ends_with(Session::get('user_type'), "Admin"))
Send to Client
@endif @if(str_ends_with(Session::get('user_type'), "Admin"))
Settings
@if(str_ends_with(Session::get('user_type'), "Admin"))
Users
@endif @if (Session::get('user_type') == 'Super Admin')
Organizations
@endif @if(str_ends_with(Session::get('user_type'), "Admin"))
Customers
@endif
Product Types
User Types
@if (Session::get('user_type') == 'Super Admin')
Upload Orders
Delete Orders
@endif
@endif @if(str_ends_with(Session::get('user_type'), "Admin") || str_ends_with(Session::get('user_type'), "Client"))
Reports
{{--
Date Report
ETA Report
--}}
Date Range Order Report
@endif
{{Session::get('user_name')}}
Logout
@yield('content')
{{-- --}} {{-- --}} {{-- --}} @else {!! redirect()->to('/login') !!} @endif