@extends('admin_pages_master') @section('content')
@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