2017-09-14 22:21:00 +03:00
|
|
|
@extends('layouts.admin')
|
|
|
|
|
|
|
|
@section('title', trans_choice('general.invoices', 2))
|
|
|
|
|
|
|
|
@section('new_button')
|
2020-12-24 01:28:38 +03:00
|
|
|
<x-documents.index.top-buttons type="invoice" />
|
2018-06-11 03:47:32 +03:00
|
|
|
@endsection
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
@section('content')
|
2020-12-24 01:28:38 +03:00
|
|
|
<x-documents.index.content type="invoice" :documents="$invoices" />
|
2017-09-14 22:21:00 +03:00
|
|
|
@endsection
|
2018-10-04 16:16:55 +03:00
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
@push('scripts_start')
|
2020-12-25 14:50:17 +03:00
|
|
|
<x-documents.script type="invoice" />
|
2018-11-02 11:32:42 +03:00
|
|
|
@endpush
|