@extends('client_panel.layouts.app') @section('title') {{ __('messages.invoice.invoice_details') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message') @include('client_panel.invoices.show_fields') @include('transactions.payment-notes-modal')
@endsection