@foreach(InvoiceDraftCollection::content() as $key => $content) draftKey == $key) ? 'class=active' : ''?>
  • {{ trans('invoice.invoice') }} - {{ $key }}
    {{ csrf_field() }} {{ method_field('delete') }}
  • @endforeach