@extends('layouts/microfin_layout') @section('title', '| Add Samity Day Change') @section('content')
New Branch Product
{!! Form::open(array('url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('branch', 'Branch:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('branchId', (array('' => 'Select') + $damageData['branches']), null, array('class'=>'form-control', 'id' => 'branchId')) !!}
{!! Form::label('loan products', 'Loan Products:', ['class' => 'col-sm-2 control-label', 'style' => 'padding-top:0!important']) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/branchProduct/addBranchProduct.blade.php:41 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/branchProduct/addBranchProduct.blade.php on line 41