@extends ('layouts.app') @section ('content')
@include('partials.messages')
{!! Form::model(null, array('route' => ['price.upload'], 'files' => 'true', 'method' => 'PUT', 'id' => 'price_upload_form' ) ) !!} {!! csrf_field() !!} {!! Form::close() !!}
{!! Form::model(null, array('route' => ['theoretical.ikentoo_upload'], 'files' => 'true', 'method' => 'PUT', 'id' => 'upload_link_file_form_2' ) ) !!} {!! csrf_field() !!} {!! Form::close() !!}
{!! Form::model(null, array('route' => ['link.upload'], 'files' => 'true', 'method' => 'PUT', 'id' => 'upload_link_file_form' ) ) !!} {!! csrf_field() !!} {!! Form::close() !!}

@if (in_array('stock.export', $user_rights))
@endif
@if (in_array('stock.reorder', $user_rights)) @endif
@if (in_array('stock.reorder', $user_rights)) Re-order from {{ ($supplier) ? $supplier->company_name : 'All Suppliers' }} @endif
{!! Form::model(null, array('route' => ['theoretical.upload'], 'files' => 'true', 'method' => 'PUT', 'id' => 'theoretical_stocktake_form' ) ) !!} {!! csrf_field() !!} {!! Form::close() !!}

Product
Price
POS stock Location Link
POS Link
Par Level
Current
Supplier
Stock Value
    @foreach($merchant_products as $merchant_product) @include('stock.partials.item') @endforeach
{{ $merchant_products->links() }}
Showing {{ ($items > $merchant_products->total()) ? $merchant_products->total() : $items }} out of {{ $merchant_products->total() }} entries
@include('modals._deactivate') @stop @section('javascript') @stop