@extends('layouts.adminlayouts.app') @section('title')
| Name | {{$myprofile->name}} |
|---|---|
| {{$myprofile->email}} | |
| Mobile | {{$myprofile->mobile}} |
| Address | {{$myprofile->address}} {{!$myprofile->address==null?',':''}} {{$myprofile->city}} {{!$myprofile->city==null?',':''}} {{$myprofile->state}} {{!$myprofile->zipcode==null?'-':''}} {{$myprofile->zipcode}} {{$myprofile->country}} |
| Balance | 0.00 |
| Orders | 0 |
| Panding Orders | 0 |
hsdfk