@extends('shared.admin') @section('content')

Customers

@if($model->thumb != '') @else @endif

{{ $model->fullname }}

Customer
  • Purchased {{ $model->total }}
  • Rewards 0
Name {{ $model->fullname }}
{{--
Username quoc.tong
Email quoc.tong@bcmsolution.com.vn
--}}
Phone {{ $model->phone }}
Address {{ $model->address }}
@endsection