@extends('layouts.master-vnext') @section('page-title') Guest accounts @endsection @section('breadcrumb')
  1. Total: @currency($sales) {{ $currency->symbol }}
  2. Payed: @currency($payments) {{ $currency->symbol }}
  3. Open: @currency($sales - $payments) {{ $currency->symbol }}
@endsection @section('content')
@endsection