@extends("front/layout.master") @php $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section('title','Apply For Seller Account |') @section("body")
• {{ __('staticwords.Hi!') }} {{$user->name}}
@if($user->image !="") @else @endif
{{ $user->email }}

{{ __('staticwords.MemberSince') }}: {{ date('M jS Y',strtotime($user->created_at)) }}