@extends('AdminLte.template') @section('title') Barcode @endsection @section('ExternalCss') @parent @endsection @section('Content')
Barcode
{{ Form::open(['action' => 'RegisterReportController@barcodeprint','autocomplete' => 'off','id' => 'barcode']) }}
Transaction No :
--Select--
@foreach ($data as $v)
trn_fyear." ".$v->trn_id}}">{{$v->trn_type."/".$v->trn_fyear."/".$v->trn_id}}
@endforeach
Submit
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection