@extends('layouts.master') @section('pagetitle') My Profile @endsection @section('title') My Profile @endsection @section('content') @php use App\Models\MerchantSite; $merchant_sites = MerchantSite::where('merchant_id', @auth('web')->user()->id)->first(); @endphp
@endif
{{ $merchants->name }}
{{ ucfirst($merchants->business_type) }}
{{ ucfirst($merchants->site_type) }}
{{ $merchants->country }}
{{ $merchants->phone }}
{{ $merchants->address }}