@extends('admin.layout.layout') @section('content')
{{--

Hi {{Auth::guard('admin')->user()->last_name }}

--}}

Requests

{{-- Add Request --}} @if (Session::has('success_message')) @endif @foreach($helps as $help) @endforeach
S/N Vendor Sub Admin Email Mobile Complaint Date Month & Year
{{ $loop->iteration }} {{ $help->check->vendor->last_name }} {{ $help->check->vendor->first_name }} {{ $help->check->admin->last_name ?? "" }} {{ $help->check->admin->first_name ?? ""}} {{ $help->check->vendor->email }} {{ $help->check->vendor->mobile }} {{ $help->type }} {{ $help->created_at }} {{ \Carbon\Carbon::parse($help->created_at)->format('M Y') }}
@endsection