@extends('web.layouts.master') @section('content')
{{ $user->name }}
{{ $user->name }} {{ getLocationName($user->latitude, $user->longitude) }} {{ $averageRating }} ({{ $totalReviews }})
{{-- @auth @if (auth()->user()->id != $user->id)
@endif @endauth --}}

{{ __(' Seller Information ') }}

{{ $user->phone_no ?? 'No Phone Number' }} {{ $user->email ?? 'No Email' }} {{ $user->created_at ? $user->created_at->format('F Y') : 'Not Found' }} @if (isset($product) && $product->user_id && $product->user_id == auth()->id())
@auth @else id : 'null' }})'> {{ __(' Massage Seller ') }} @endauth
@endif
@section('tab-content') @if (request()->query('tab', 'posts') == 'posts') @include('web.sellerinfo.content.seller-post') @elseif(request()->query('tab') == 'reviews') @include('web.sellerinfo.content.seller-review') @endif @show
{{-- Related Items --}}
{{-- message modal --}} @auth @endauth @endsection @push('script') @endpush