@extends('layouts.app') @section('content')

Merchant Profile

@if (empty($merchant->logo)) profile-image @else profile-image @endif

{{ $merchant->name }}

{{ $merchant->merchant_code }}

Contact Name :{{ $merchant->contact_name }}

Mobile :{{ $merchant->phone }}

Email : {{ $merchant->email }}

Address : {{ $merchant->address }}

City/ State : {{ $merchant->city }} / {{ $merchant->state }}

Zip : {{ $merchant->zip }}

Country : {{ $merchant->country }}

Loading...
@endsection