@extends('layouts.master') @section('title', 'Welcome to the online vegitable store') @yield('navbar') @section('content')

Kik Vegie

Search Product
Vegetables
{{--
SHOWING {{count($itemStore)}} OF {{$itemStore->total()}} RESULTS --}} {{--
--}}
@include('include.productinclude',['itemStore_vegi'=>$itemStore_vegi])
{{-- ... --}} {{-- {!! $itemStore_vegi->render() !!} --}}
@endsection @section('scripts') @endsection