@extends('layouts.app')
@section('title','Dashboard')
@push('styles')
@endpush
@section('content')
{{ $party }}
{{__('file.Party')}}
{{ $tenant }}
{{__('file.Tenant')}}
{{ $labor }}
{{__('file.Labor')}}
{{ 0 }}
{{__('file.Bank')}}
{{ 0 }}
{{__('file.Mobile Bank')}}
{{ 0 }}
{{__('file.Cash')}}
{{ $category }}
{{__('file.Category')}}
{{ $product }}
{{__('file.Product')}}
{{ number_format($purchases,2) }}
{{__('file.Purchase')}}
{{ number_format($sales,2) }}
{{__('file.Sale')}}
{{ 0 }}
{{__('file.Income')}}
{{ 0 }}
{{__('file.Expense')}}
{{ $mill }}
{{__('file.Mill')}}
{{ $truck }}
{{__('file.Transport')}}
{{ $user }}
{{__('file.User')}}
@endsection
@push('scripts')
@endpush