@extends('admin.layouts.app') @section('pageTitle') {{ Lang::get('main.home_page_title') }} @endsection @section('contentHeader') @endsection @section('content')
{{ Lang::get('main.complaints') }}
@if(PerUser('complaint_add')) @endif
@if(PerUser('comment_view'))
# Client Name Client Email Title Subject {{ Lang::get('main.action') }}
@endif
@endsection @section('scriptCode') @if(PerUser('comment_view')) @endif @endsection