@extends('admin.admin') @section('content')

{{ __('shop_details') }}

{{ __('shop_information') }}

{{ __('shop_name')}}: {{ $shop->shop_name }}

{{ __('owner_name')}}: {{ $shop->owner_name }}

{{ __('email')}}: {{ $shop->email }}

{{ __('address')}}: {{ ucfirst($shop->address) }}, {{ $shop->cityRelation?->name }}, {{ $shop->stateRelation?->name }}, {{ $shop->countryRelation?->name }}

{{ __('shop_logo')}}:

@if($shop->shop_logo) Shop Logo @else

-

@endif

{{ __('description')}}: {{ $shop->description }}

@endsection