{!! Form::open(['route' => 'importcategory.update','class'=>'form-horizontal','enctype'=>'multipart/form-data']) !!}
{!! Form::close() !!}
500 Category upload one shot
| ID | Itemcode | Category 1 | Category 2 | Category 3 | Category 4 | Status | Remarks | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $category->id }} | {{ $category->itemcode }} | {{ $category->category_1 }} | {{ $category->category_2 }} | {{ $category->category_3 }} | {{ $category->category_4 }} | Pending | {{ $category->remarks }} |
|
| No record found! | ||||||||
{{$importcategory->links()}}