@extends("_contact.mailbox.mailapp") @section("mailcontent")

{{ $catname }}

@if(count($lastmails) > 0) @include('_contact.mailbox._buttons') @endif
{{ csrf_field() }} @if(count($lastmails) > 0) @foreach($lastmails as $i => $mail) @endforeach @else


{{ $catname }} {{ trans("buzzycontact.folderisempty") }}.!

@endif
{{ $mail->subject }}
{{ str_limit(strip_tags($mail->text), 120) }}..
@if(isset($mail->label))
{{ $mail->label->name }}
@endif
@if($mail->stared==1) @else @endif @if($mail->important==1) @else @endif
{{ $mail->created_at->diffForHumans() }}
@if(count($lastmails) > 0) @include('_contact.mailbox._buttons') @endif
@endsection @section("mailfooter") @endsection