@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Barcodes @stop @section('content')

Barcodes

{{ Form::open(["url"=>route('print.carrier.barcode'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('id','',['id'=>'carrierId']) }} {{ Form::hidden('template', '', ['id'=>'templateType']) }} {{ Form::close() }} @if(LaraCore::canOrNot('delete_carrierbarcode')) @endif
Id @if(LaraCore::canOrNot('delete_carrierbarcode')) @endif Carrier Barcode Available    
@include('panel.carriers.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'carrier_barcode']) @include('panel.carrierBarcode.delete_confirm_modal',['entity' => 'barcode'])
@stop @section('custom-scripts') @stop