@extends('layouts/microfin_layout') @section('title', '| Add Samity') @section('content')
New Samity Transfer
{!! Form::open(array('url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('samity', 'Samity:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('samityId', ($damageData['samities']), null, array('class'=>'form-control', 'id' => 'samityId')) !!}
{!! Form::label('current branch', 'Current Branch:', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('branchId', (array('' => 'Select')), null, array('class'=>'form-control', 'id' => 'branchId')) !!}
{!! Form::label('new branch', 'New Branch:', ['class' => 'col-sm-2 control-label']) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/samity/samityTransfer/addSamityTransfer.blade.php:37 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/samity/samityTransfer/addSamityTransfer.blade.php on line 37