@extends('partials.box') @section($content_id) @include('partials.linkbox', [ 'links' => [ 'admin.complaint.create' => [ 'name' => Lang::get('complaint.createBtn'), ], ] ]) {{-- List all companies --}} @if (!$data->isEmpty()) @foreach($data as $key => $complaint) @endforeach @else @endif
{{ Lang::get('complaint.receiver_id') }} {{ Lang::get('complaint.sendout_id') }} {{ Lang::get('complaint.created_at') }}
{{ $complaint->receiver_id }} {{ $complaint->sendout_id }} {{ $complaint->created_at }}
{{ Lang::get('complaint.noresults') }}
@stop