@extends('layouts.posPurchageOrder.partyCatalog') @section('maincontent') @php $limit = 24; @endphp @include("backend.party_catalog.party-sidebar-view")
@if(Session::has('error'))

{{ Session::get('error') }}

@endif
{{ csrf_field() }}
@foreach($products as $prod)