@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
| Name | {{ $user->name }} |
|---|---|
| {{ $user->email }} | |
| Role | {{ ucwords($user->role) }} |
| Country | {{ ucwords($user->country) }} |
| Phone | {{ ucwords($user->phone) }} |
Payment Period