@extends('branch.layout.default') @section('content')

Manage Products

@if (session()->has('success')) @endif @if (session()->has('error')) @endif @if (session('status')) @endif
@if(count($products)>0) @foreach ($products as $index => $product) @endforeach @else @endif
Sr. No. Product Availabilty Product Name Category Sub Category Amount Action
{{ $index+$products->firstItem() }} {{$product->product_name}} {{ $product->name }} {{ $product->sub_cat_name }} {{$product->price}}
Result not found
{{$products->appends(\Request::except('page'))->links()}}
@if( count( $products ) > 0 )
@endif
@endsection @section('js') @endsection