@extends('layouts.home') @section('title', 'Profil') @section('content')
  @if($role == App\User::SELLER) {{ $account->getDisplayAddress(true) }} @else {{ $account->getDisplayCity(true) }} @endif @if($role == App\User::SELLER)  {{ $user->phone }} @endif @if($role != App\User::CONSUMER) @endif
@endsection