@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.invoices')) @section('header') {{ Breadcrumbs::render('invoices') }} @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif

{{ ctrans('texts.invoices') }}

{{ ctrans('texts.list_of_invoices') }}

@endsection @section('body')
{{ ctrans('texts.with_selected') }}:
@csrf
@livewire('invoices-table')
@endsection