@extends('layouts.app') @section('title', 'Close POS Session') @section('content')
Session Summary
Profile
{{ $ps->posProfile->name }}
Total Sales
৳{{ number_format($ps->total_sales,2) }}
Opening Cash
৳{{ number_format($ps->opening_cash,2) }}
Invoice Count
{{ $ps->invoices->count() }}
@csrf @method('PATCH')
Count the physical cash in the till before closing.
@endsection