@extends('layouts.app') @section('content') @if(auth()->user()->role == "Sales Person") @endif
Welcome Back, {{auth()->user()->name}}!
Logged In at: {{ \Carbon\Carbon::parse(auth()->user()->last_seen)->diffForHumans() }}, Active Date: {{$dayClose->day_close}}, Outlet: {{auth()->user()->branch}}

{{$app->app_name}} POS!

To make the experience hassle-free,
Kindly read our user guide or watch our video tutorials

Get Started

Hey there!

We have assembled some links to get you started

@if(auth()->user()->role != "Administrator") @if(auth()->user()->role == "Call Center") @else @endif @else New Outlet @endif

{{$countproduct}}

Products

{{$orders}}

Orders

@if(auth()->user()->role == "Administrator")

{{empty($app->currency) ? "GHS" : $app->currency}}@convert($total_sales)

END OF DAY

@elseif(auth()->user()->role == "Branch Officer")

END OF DAY

@else

END OF DAY

@endif
@can('create', App\Models\User::class)
@if(auth()->user()->role == "Administrator")
@endif
@csrf
Report Type
@endcan

Get Started FAQ

Knowledge Articles

Video Tutorial

Customer Support

Active Users
@include('inc.online-status')
@endsection