@extends('out.auth_master') @section('styles') @endsection @section('content') My Account Home View Report Added To {{ $help->vendor->first_name}}'s Request View Report Added To {{ $help->vendor->first_name}}'s Request @include('alert') @csrf Vendor's Name Vendor's Phone Sub Admin's Name Sub Admin's Email Complaint reports[0]->type == "Payment" ? "selected" : "" }}>Payment reports[0]->type == "Ads Approval" ? "selected" : "" }}>Ads Approval reports[0]->type == "Ads Performance" ? "selected" : "" }}>Ads Performance reports[0]->type == "Others" ? "selected" : "" }}>Others Description {{ $help->reports[0]->description ?? "" }} {{-- Submit --}} @include('out.other_footer') @endsection