@extends('layouts.master2') @section('pageHeader')
Ubah Profile
Simpan
@endsection @section('content')
@include('layouts.sidebar')
@csrf
Profil Saya
Kelola informasi profil anda
@if($errors->has('failed_update'))
{{ $errors->first('username') }}
@endif
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
{{--
Jenis Kelamin
details->gender == "1") {{ 'checked'}} @endif>
details->gender == "0") {{ 'checked'}} @endif>
--}}
@if($errors->has('birthdate'))
{{ $errors->first('birthdate') }}
@endif
@if($user->has_pin)
@endif
@endsection @section('mobileMenu') @endsection