@extends('layouts.adminlayouts.app') @section('title') Unpaid Orders of Seller: {{ $seller->title }} | {{ $appSetting->title }} @endsection @push('css') @endpush @section('contents')
@include('alerts.alerts')
Unpaid Orders of Vendor/Seller: {{ $seller->title }}
@csrf
@foreach($orderItems as $item) @endforeach
@endsection @push('js') @endpush