@extends('layouts.master') @section('title') {{trans_choice('general.profit_loss',1)}} @endsection @section('content')

{{trans_choice('general.profit_loss',1)}} @if(!empty($start_date)) for period: {{$start_date}} to {{$end_date}} @endif

{{trans_choice('general.date',1)}} {{trans_choice('general.range',1)}}

{!! Form::open(array('url' => Request::url(), 'method' => 'get','class'=>'form-horizontal', 'name' => 'form')) !!}
{!! Form::text('start_date',$start_date, array('class' => 'form-control date-picker', 'placeholder'=>"From Date",'required'=>'required')) !!}
{!! Form::text('end_date',$end_date, array('class' => 'form-control date-picker', 'placeholder'=>"To Date",'required'=>'required')) !!}
{!! Form::select('branch_id',$branches,$branch_id, array('class' => 'form-control ','placeholder'=>'Select Branch','id'=>'')) !!}
{{trans_choice('general.reset',1)}}!
{!! Form::close() !!}
{{trans_choice('general.profit_loss',1)}} {{trans_choice('general.statement',1)}} {{trans_choice('general.balance',1)}}
{{trans_choice('general.operating_profit',1)}} (P)
{{trans_choice('general.contribution',2)}} {{number_format($contributions,2)}}
{{trans_choice('general.pledge',2)}} {{number_format($pledges,2)}}
{{trans_choice('general.event',1)}} {{trans_choice('general.payment',2)}} {{number_format($events,2)}}
{{trans_choice('general.other_income',2)}} {{number_format($other_income,2)}}
{{trans_choice('general.operating_expense',2)}} (E)
{{trans_choice('general.payroll',1)}} {{number_format($payroll,2)}}
{{trans_choice('general.expense',2)}} {{number_format($expenses,2)}}
{{trans_choice('general.net',1)}} {{trans_choice('general.income',1)}} (N) = P - E {{number_format($net_profit,2)}}

{{trans_choice('general.monthly',1)}} {{trans_choice('general.net',1)}} {{trans_choice('general.income',1)}}

{{trans_choice('general.operating_profit',1)}} / {{trans_choice('general.operating_expense',1)}}

{{trans_choice('general.income',1)}} {{trans_choice('general.overview',2)}}

@endsection @section('footer-scripts') @endsection