@extends('layouts.posPurchageOrder.front') @section('maincontent')

Search Results ( {{ $keyword }} )


@if ($products->count() > 0) @foreach ($products as $product)
@include('backend.pos_purchage_order.product-box', ['product' => $product ])
@endforeach @else
No results found!
@endif
@endsection @section('extraJS') @endsection