@extends('layouts.app') @section('content')
Welcome Back, {{ auth()->user()->name }}!
Logged In at: {{ \Carbon\Carbon::parse(auth()->user()->last_seen)->diffForHumans() }}, Active Date: {{ date('Y-m-d') }}, Outlet: {{ auth()->user()->branch }}

ANDASLITE: KKP BEVERAGES SHOP

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 == "Call Center") Personalized sales @else @if(auth()->user()->branch == "DAKODWOM BRANCH" || session()->get('switch_branch') == "DAKODWOM BRANCH") @if(auth()->user()->sales_person_category == "Counter") Personalized sales @else Personalized sales @endif @else Walk In Sale @if(auth()->user()->sales_person_category == "Counter") Personalized sales @else Personalized sales @endif @endif @endif

Get Started FAQ

Knowledge Articles

Video Tutorial

Transactions for the Day
@foreach($orders as $order) @endforeach
Transaction ID Outlet Date Payment Method Action
{{ $order->branch }} {{ $order->created_at }} {{ $order->payment_method }}
@endsection