@forelse ($inquiry as $inc)
#{{ $inc->id_inquiry }} - {{ $inc->customer_name }}
{{ $inc->inquiry_type_name }}
Assigned to profile image @php $user = App\User::where('id', $inc->created_by)->first(); @endphp {{ $user?->name }}
Remarks: {{ $inc->remarks }}
{{-- profile image --}}
{{--
Wireframe
--}}
@empty @endforelse {!! $inquiry->links('pagination::bootstrap-4') !!}