@extends('layouts.master') @section('page-title') Dashboard @endsection @section('breadcrumb') @endsection @section('content')

@currency($stockValue) {{ $currency->symbol }}

Stock value

More info

@currency($outstandingGuestPayments) {{ $currency->symbol }}

Receivables - Pre booked, Walk in

More info

@currency($payables) {{ $currency->symbol }}

Payables

More info
@currency($cashOnHand['PHP']) PHP @currency($cashOnHand['EUR']) EUR @currency($cashOnHand['USD']) USD
@currency($cashOnSafe->where('currency.name', 'Peso')->sum('amount')) PHP @currency($cashOnSafe->where('currency.name', 'Euro')->sum('amount')) EUR @currency($cashOnSafe->where('currency.name', 'US Dollar')->sum('amount')) USD
@endsection