@extends('layouts.master-vnext') @section('page-title') 'Movements' vs 'Sales' - Trips @endsection @section('content')
| Category | Total |
|---|---|
| '#movements_tab', 'consumer' => $category['id'], 'filterFrom' => Request::get("filterFrom"), 'filterTo' => Request::get("filterTo")]) }}"> {{ $category["name"] }} | @currency($category["total"]) {{ $defaultCurrency->symbol }} |
| Total: @currency($consumers->sum('total')) {{ $defaultCurrency->symbol }} | |
| Category | Total |
|---|---|
| $category["id"], 'bookingTypes' => ['Pre booked', 'Walk in'], 'division' => $division->id, 'filterFrom' => Request::get("filterFrom"), 'filterTo' => Request::get("filterTo") ]) }}"> {{ $category["name"] }} | @currency($category["total"]) {{ $defaultCurrency->symbol }} |
| Total: @currency($products->sum('total')) {{ $defaultCurrency->symbol }} | |
| Category | Total |
|---|---|
| $account['id'], 't' => 'exp', 'filterFrom' => Request::get("filterFrom"), 'filterTo' => Request::get("filterTo")]) }}"> {{ $account['name'] }} | @currency($account['total']) {{ $defaultCurrency->symbol }} |
| Total: @currency($expenseAccounts->sum('total')) {{ $defaultCurrency->symbol }} | |