@extends($layout) @section('header_scripts') @stop @section('content')
{!! Form::open(array('url' => URL_PRINT_SALARY_REPORTS, 'method' => 'POST', 'name'=>'htmlform ','target'=>'_blank', 'id'=>'htmlform', 'novalidate'=>'')) !!}
{{ Form::label ('branch_id', getphrase('branch')) }} * {{ Form::select('branch_id', $branches, '', [ 'class' => 'form-control', "id" => "select_branch", "ng-model" => "branch_id", 'ng-change' => 'branchChanged(branch_id)' ])}}
{{ Form::label ('role_id', getphrase('staff_type')) }} * {{ Form::select('role_id', $roles, '', [ 'class' => 'form-control', "id" => "select_branch", "ng-model" => "role_id", 'placeholder'=>getPhrase('select'), 'ng-change' => 'staffChanged(role_id)' ])}}
{{ Form::label('pay_month', getphrase('pay_month')) }} *

{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('employee_id')}} {{getPhrase('net_salary')}} {{getPhrase('paid_amount')}} {{getPhrase('payment_method')}} {{getPhrase('paid_date')}} {{getPhrase('pay_slip')}}
@{{$index+1}} @{{user.name | capitalizeWord}} @{{user.employee_id}} {{getCurrencyCode()}} @{{user.net_salary}} {{getCurrencyCode()}} @{{user.paid_amount}} @{{user.payment_method | capitalizeWord }} @{{user.month}} {{getPhrase('print_payslip')}}

Print
{{getPhrase('no_data_available')}}
{!! Form::close() !!}
@stop @section('footer_scripts') @include('salary.scripts.js-scripts-reports') @stop