@extends('merchant.layout.app', ['page' => 'profile']) @section('title', 'Profile') @section('content')
{{ $merchant->full_name }}
@if ($merchant->category?->category_name){{ $merchant->category->category_name }}
@endif @if ($merchant->address){{ $merchant->address }}
@endifOwner Name
{{ $merchant->full_name }}
Shop Name
{{ $merchant->shop }}
Email address
{{ $merchant->email }}
Phone
{{ $merchant->phone }}
Category
{{ $merchant->sub_category ?? $merchant->category?->category_name }}
Merchant ID
{{ $merchant->unique_id }}
Address
{{ $merchant->address }}
Map Link
@if ($merchant->map_url) View on map @else — @endif
Latitude
{{ $merchant->latitude ?? '—' }}
Longitude
{{ $merchant->longitude ?? '—' }}