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

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('employees.invoices.show_fields')
@endsection