@extends('admin.layouts.master') @section('content')
@foreach ($products as $item) @endforeach
Product Name Image Price Stock Actions
{{ $item->name }} {{ $item->price }} mmk {{ $item->count }}
{{ $products->links() }}
@endsection