@extends('admin.app_admin') @section('admin_content')
{{ PHOTO }} |
@if($customer_detail->photo == '')
![]() |
{{ BANNER }} |
@if($customer_detail->banner == '')
![]() |
{{ NAME }} | {{ $customer_detail->name }} |
{{ EMAIL }} | {{ $customer_detail->email }} |
{{ PHONE }} | {{ $customer_detail->phone }} |
{{ COUNTRY }} | {{ $customer_detail->country }} |
{{ ADDRESS }} | {{ $customer_detail->address }} |
{{ STATE }} | {{ $customer_detail->state }} |
{{ CITY }} | {{ $customer_detail->city }} |
{{ ZIP }} | {{ $customer_detail->zip }} |
{{ WEBSITE }} | {{ $customer_detail->website }} |
{{ FACEBOOK }} | {{ $customer_detail->facebook }} |
{{ TWITTER }} | {{ $customer_detail->twitter }} |
{{ LINKEDIN }} | {{ $customer_detail->linkedin }} |
{{ INSTAGRAM }} | {{ $customer_detail->instagram }} |
{{ PINTEREST }} | {{ $customer_detail->pinterest }} |
{{ YOUTUBE }} | {{ $customer_detail->youtube }} |
{{ STATUS }} | {{ $customer_detail->status }} |