@extends('admin.layouts.masterlayout') @section('title', 'View Shop') @section('head_title', 'Shop Management') @section('content')
{{ $shop_details->user->name }}
{{ isset($shop_details->owner_name) ? $shop_details->owner_name : '-' }}
{{ isset($shop_details->user->phone) ? $shop_details->user->phone : '-' }}
{{ isset($shop_details->shop_phone) ? $shop_details->shop_phone : '-' }}
{{ isset($shop_details->user->email) ? $shop_details->user->email : '-' }}
{{ isset($shop_details->shop_email) ? $shop_details->shop_email : '-' }}
{{ isset($shop_details->shop_address) ? $shop_details->shop_address : '-' }}
{{ isset($shop_details->country) ? $shop_details->country : '-' }}
{{ isset($shop_details->city) ? $shop_details->city : '-' }}
{{ isset($shop_details->currency_code) ? $shop_details->currency_code : '-' }}
@if(isset($shop_details->status)) @if($shop_details->status == 1) Active @else Inactive @endif @else - @endif
-
@endifPending
@elseif($shop->connected_with_shop == 1)Connected
@elseNot Connected
@endifCommission: {{ $shop->commission . "%" ?? "-"}}
@if($shop->artist_type == 0)