@extends('layouts.admin.e-commerce.app') @section('title', 'Information') @section('content')

{{$customer->desig!=''?'Staff':'Customer'}} Information

{{$customer->desig!=''?'Staff':'Customer'}} Details

Name {{$customer->name}}
Username {{$customer->username}}
Email {{$customer->email}}
Phone {{$customer->phone}}
Country {{$customer->customer_info->country}}
City {{$customer->customer_info->city}}
Street {{$customer->customer_info->street}}
Post Code {{$customer->customer_info->post_code}}
@endsection