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

Search Results ( {{ $keyword }} )


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