@extends('layouts.app') @section('title', 'Emitir NFC-e') @section('content')

Emitir NFC-e

@component('components.widget')

Ultimo numero NFC-e: {{$transaction->lastNFCe()}}

@endcomponent

@stop @section('javascript') @endsection