@extends('admin.includes.masterpage-admin') @section('content')

User Details

back

@if($customer->status != 0) @else @endif
User ID# {{$customer->id}}
Account Status: ActiveBanned
User Name: {{$customer->name}}
User Email: {{$customer->email}}
User Phone: {{$customer->phone}}
Country: {{$customer->country}}
Campaign Created: {{\App\Campaign::where('createdby',$customer->id)->count()}}
Joined: {{$customer->created_at->diffForHumans()}}

contact customer
@stop @section('footer') @stop