@extends(isClient() ? 'layouts.app' : 'layouts.admin') @push('css') @endpush @php $pageLimit = $searchData['pageLimit']; $status = $searchData['status']; $search_value = $searchData['search_value']; @endphp @section('content')

Client Support

@if(!empty($supports)) @foreach ($supports as $key => $obj) @php $message = ''; @endphp @if(!($obj->supportreplays->isEmpty())) @php $message = $obj->supportreplays->first()->message ; @endphp @endif @endforeach @endif
Id Title Created Date Status Actions
{{ $obj->id }} {{ $obj->title }} {{ getStringToDateTime($obj->created_at,'m/d/Y h:i:s a') }} {{ config('constant.SUPPORT_STATUS.'.$obj->status) }} @if(isShowContent('view.client.support')) @if($obj->status == config('constant.SUPPORT_STATUS.Open')) @endif @endif
{{ $supports->links('basic.pagination') }}
@endsection @push('script') @endpush