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