@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
Writer: {{ $user->name }} Profile
Personal Details
...
Name {{ $user->name }}
E-mail {{ $user->email }}
Role {{ ucwords($user->role) }}
Country {{ ucwords($user->country) }}
Phone {{ ucwords($user->phone) }}
Payments

Payment Period

@endsection