@extends('admin.layout.app') @section('title','Balance Sheet') @push('headerscript') @endpush @section('content')

Balance Sheet

{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
@endsection @push('footerscript') {{-- --}} @endpush