@section('title','income-statement') @extends('layouts.master') @section('style') {{Html::style('assets/css/daterangepicker.css')}} @endsection @section('content')
{{$shopinfo->shop_address}}
{{$shopinfo->shop_email}} , {{$shopinfo->shop_phone}}
@elseMirpur ,Dhaka
leftjoin@gmail.com , 01738088325
@endif| {{trans('label.Head')}} | {{trans('label.Account Category')}} | {{trans('label.Amount')}} | ||||||
|---|---|---|---|---|---|---|---|---|
| {{trans('label.Income')}} | ||||||||
| {{$data->name}} | {{$data->total_credit}} | |||||||
| {{trans('label.Expanse')}} | ||||||||
| {{$data->name}} | {{$data->total_debit}} | |||||||
| Net Profit | {{$t_incomes-$t_expanses}} | @elseif($t_incomes < $t_expanses)Net Loss | {{$t_expanses-$t_incomes}} | @elseif($t_incomes == $t_expanses)No Loss/Profit | {{$t_expanses-$t_incomes}} | @endif|||