@extends('layouts.signed')
@section('title', setting('invoice.title', trans_choice('general.invoices', 1)) . ': ' . $invoice->document_number)
@section('new_button')
@stack('button_print_start')
{{ trans('general.print') }}
@stack('button_print_end')
@stack('button_pdf_start')
{{ trans('general.download') }}
@stack('button_pdf_end')
@stack('button_dashboard_start')
{{ trans('invoices.all_invoices') }}
@stack('button_dashboard_end')
@endsection
@section('content')