@extends('layouts.sellerlayouts.app') @section('title')
@else
{{$myprofile->address}} {{!$myprofile->address==null?',':''}} {{$myprofile->city}} {{!$myprofile->city==null?',':''}} {{$myprofile->state}} {{!$myprofile->zipcode==null?'-':''}} {{$myprofile->zipcode}} {{$myprofile->country}}
Status: Active
Join Date: {{$myprofile->created_at->format('d/m/Y')}}
| {{$myprofile->email}} | |
| Mobile | {{$myprofile->mobile}} |
| DOB | {{Carbon\Carbon::parse($myprofile->dob)->format('d-M-Y')}} |
| Gender | {{$myprofile->gender}} |
{{ $errors->first('password') }}
@endif{{ $errors->first('password') }}
@endif{{ $errors->first('password_confirmation') }}
@endif