@extends('layout.backend.main') @section('content')
{!!trans('x.Invoices')!!}
@include('components.invoices.table')
@stop