@extends('admin.layout') @section('content')

Add Item

{!! Form::open(array('url' =>'admin/addcount', 'method'=>'post', 'class' => 'form-horizontal form-validate', 'enctype'=>'multipart/form-data')) !!}
@if(session()->has('message'))
Product Count Saved
@endif

OR

Create your list of item to count using product name .


Product Details Expected Count
No Products Added
{!! Form::close() !!}
Your Last Counted Items

No Count Added..

@endsection