@extends('backend.layouts.app') @section('content')
| {{ translate('Id') }} | {{ translate('Date') }} | {{ translate('location') }} | {{ translate('Product/Category Name') }} | {{ translate('Seller Count') }} | {{ translate('Action') }} |
|---|---|---|---|---|---|
| {{$value->id}} | {{$value->created_at->format('d M y h:i:sa')}} | {{$location}} |
|
@can('view_seller_count') view seller @endcan | @can('delete_user_details_inquiry') @if($result==false) @endif @endcan @if($value->is_customer_interested=="no") @can('send_user_details_inquiry') @endcan @endif |