@extends('layouts.app') @section('title','POS Sessions') @section('content')
| Profile | Opened | Closed | Sales | Status | |
|---|---|---|---|---|---|
| {{ $item->posProfile->name ?? '—' }} | {{ $item->opened_at ?? '—' }} | {{ $item->closed_at ?? '—' }} | {{ $item->total_sales ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | |||||