@extends('pages.layouts.panel') @section('head') Profile @endsection @section('body')

Profil Saya

{{ $user->username }}

{{ $user->gender == 'M' ? 'Laki-laki' : 'Perempuan' }}

{{ $user->born }}

{{ $user->phone }}

{{ $user->country }}

Edit Profile Kembali
@endsection @section('script') @endsection