@extends('hr_main') @section('title', '| '.$data['pageTitle']) @section('content')

{!! $data['pageTitle'] !!}


Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/openingBalanceFund/create.blade.php on line 20

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/openingBalanceFund/create.blade.php on line 20
{!! Form::open(array('role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('company_id_fk', $data['attributes']['company_id_fk'], ['class' => '']) !!} {!! Form::label('project_id_fk', $data['attributes']['project_id_fk'], ['class' => '']) !!} {!! Form::label('branchId', $data['attributes']['branchId'], ['class' => '']) !!}
{!! Form::select('company_id_fk', $data['companyData'], (isset($data['req']['company_id_fk']))?$data['req']['company_id_fk']:'', ['class' => 'form-control getProject', 'id' => 'company_id_fk', 'required'=>'required']) !!} {!! Form::select('project_id_fk', array(''=>'Select any'), (isset($data['req']['project_id_fk']))?$data['req']['project_id_fk']:'', ['class' => 'form-control getBranch', 'id' => 'project_id_fk', 'required'=>'required']) !!} {!! Form::select('branchId', array(''=>'Select any'), (isset($data['req']['branchId']))?$data['req']['branchId']:'', ['class' => 'form-control', 'id' => 'branchId', 'required'=>'required']) !!} {!! Form::submit('Search', ['id' => 'add', 'class' => 'btn btn-info', 'name'=>'submit']); !!}
{!! Form::close() !!}
 
{!! Form::open(array('role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
@endsection @section('footerAssets')