@extends('admin.master') @if(isset($editModeData)) @section('title','Print Barcode') @else @section('title','Print Barcode') @endif @section('content')
@yield('title')
@if(isset($editModeData)) {{ Form::model($editModeData, array('route' => array('barcode.update', $editModeData->id), 'method' => 'PUT','files' => 'true','class' => 'form-horizontal')) }} @else {{ Form::open(array('route' => 'barcode.store','enctype'=>'multipart/form-data','class'=>'form-horizontal')) }} @endif
@if($errors->any()) @endif @if(session()->has('success'))
 {{ session()->get('success') }}
@endif @if(session()->has('error'))
 {{ session()->get('error') }}
@endif
Product (Code - Name) Quantity
Print:
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{ Form::close() }} @if(isset($barcodes))
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- GOODLUCK IT (গুডলাক আইটি)ADAPTERPrice 350.00
--}} {{--
--}} {{--
--}} {{--
--}} {{-- GOODLUCK IT (গুডলাক আইটি)ADAPTERPrice 350.00
--}} {{--
--}} {{--
--}} {{--
--}} {{-- GOODLUCK IT (গুডলাক আইটি)ADAPTERPrice 350.00
--}} {{--
--}} {{--
--}} {{--
--}} {{-- GOODLUCK IT (গুডলাক আইটি)ADAPTERPrice 350.00
--}} {{--
--}} {{--
--}} {{--
--}} {{-- GOODLUCK IT (গুডলাক আইটি)ADAPTERPrice 350.00
--}} {{--
--}} {{-- --}} {{--
--}}
@foreach($barcodes as $barcode)
@if(isset($_POST['site_name'])) {{ $barcode['site_name'] }} @endif @if(isset($_POST['product_price'])) Price: {{ $barcode['product_price'] }} @endif @if(isset($_POST['product_name'])) {{ $barcode['product_name'] }} @endif {{-- @if(isset($_POST['unit']))--}} {{-- Unit:{{ $barcode['unit'] }}--}} {{-- @endif--}} barcode {{ $barcode['code'] }} @if(isset($_POST['address'])) {{ $barcode['address'] }} @endif
@endforeach
@endif
@endsection