@extends('layouts.app') @section('title') {{ $ApplicationName }} -> Dashboard @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.sub-contracting-left-sidebar') @stop @section('content')

DASHBOARD

Total Work Order Amount {{$transaction->systemSettingCurrency()}}

Total Advance Amount {{$transaction->systemSettingCurrency()}}

Total Bill Amount {{$transaction->systemSettingCurrency()}}

Total Retention Amount {{$transaction->systemSettingCurrency()}}

@stop @push('include-js') {{----}} {{--All datagrid --}} @endpush