@extends('layouts/acc_layout') @section('title', '| Voucher') @section('content')
Debit Voucher

Total Amount: {{$transferDeliveryQuery->delivery_cost}} Tk

Branch: {{$branchQuery->name}}

{!! Form::open(array('url' => 'storeTransferVouchers','method' => 'post', 'id' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::close() !!}
@endsection