@extends('layout.default') @section('styles')@endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('complaint.index')) Back(ESC) @endPermissionsCan @PermissionsCan(groupPermissionName('complaint.store'))
@endPermissionsCan @endsection @section('content')
@if(!empty($complaint->attachments)) @foreach(explode(',',$complaint->attachments) as $attachments) View Document |  @endforeach @endif
@endsection @section('scripts') @endsection