@extends('layouts.sellerlayouts.app') @section('title') Paid Invices to Seller: {{ $seller->title }} | {{ $appSetting->title }} @endsection @push('css') @endpush @section('contents')
@include('alerts.alerts')
Paid Invoices to Vendor/Seller: {{ $seller->title }}
{{--
--}}
@include('seller.orders.adminPaidInvAll')
@endsection @push('js') @endpush