@extends('layouts.app') @section('content')
@if($User->stores->image != '') ... @else ... @endif

{{$User->stores->title}}

User Name
: {{$User->name}}
E-mail
: {{$User->email}}
Whatsapp
: {{$User->whatsapp}}
Store Name
: {{$User->stores->title}}
Area
: {{$User->stores->area ?? ''}}
Location
: {{$User->stores->location ?? ''}}
{{-- Edit --}}
@endsection