@extends('portal.ninja2020.layout.vendor_app') @section('meta_title', ctrans('texts.purchase_orders')) @section('header') @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @endsection @section('body')
@csrf
@livewire('purchase-orders-table', ['company' => $company])
@endsection