@extends('layouts.adminLayout.admin_design') @section('content')

{{ Helper::getUserCurrentStoreName() }} : {{ $title }}

{{ Form::open(['url' => route('poReceiveItems'), 'method'=>'post', 'name' => 'itemrecived', 'id' => 'itemrecived']) }}
{{ Form::hidden('recivedtotalItems', count($poitems),['id'=>'recivedtotalItems','name'=>'recivedtotalItems'])}} {{ Form::hidden('totalRecivedItems', count($poitems),['id'=>'totalRecivedItems','name'=>'totalRecivedItems'])}} {{ Form::hidden('recived_items_grand_total', 0,['id'=>'recived_items_grand_total','name'=>'recived_items_grand_total'])}} {{ Form::hidden('po_id', $podata->id) }} {{ Form::hidden('vendor_id', $podata->vendor_id) }} {{ Form::hidden('establishment_id', $podata->establishment_id) }}