@if(count($data['attachs']) > 0)

{{__("Attachments")}}

@foreach($data['attachs'] as $attach) @endforeach
{{__("Name")}} {{__("File name")}} {{__("Size")}} -
{{$attach->title}} {{$attach->title}} [ {{$attach->ext}} ] {{formatFileSize($attach->size)}}
@endif