@extends('layouts.adminlayouts.app') @section('title')
@else
{{$myprofile->address}} , {{$myprofile->city}}, {{$myprofile->state}}-{{$myprofile->zipcode}}, {{$myprofile->country}}
Status: @if($myprofile->active==true) Active @else InActive @endif
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}} |