@extends('layouts.adminlayouts.app') @section('title') User Profile | Company Name @endsection @push('css') @endpush @section('contents') @include('alerts.alerts')
My Profile
Name {{$myprofile->name}}
Email {{$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
Cutomer Profile

hsdfk

@endsection @push('js') @endpush