@extends('layouts.posPurchageOrder.admin') @section('maincontent') Search Results ( {{ $keyword }} ) Pdf @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