@extends('layouts.metronic') @section('content')
Log Facturi
@foreach ($log_invoices as $log) @endforeach
Grup terminale Terminal Code PA Invoice Date
{{ $log->terminal_group->name }} {{ $log->terminal->name }} {{ $log->code_pa }} {{ $log->invoice_code }} {{ \Carbon\Carbon::parse($log->created_at)->format('d/m/Y h:m:s') }}
@endsection @section('scripts') @endsection @section('menuVariables') var menuItemName = "menuLogInvoices"; var submenuItemName = ""; @stop