@extends('layouts.app-admin') @section('content')

Biodata Profil Saya

{!! Form::open(['url' => ['/update-biodata']]) !!}
Data Diri
@if ($errors->has('nik')) {{ $errors->first('nik') }} @endif
@if ($errors->has('nama')) {{ $errors->first('nama') }} @endif
@if ($errors->has('gelar')) {{ $errors->first('gelar') }} @endif
@if ($errors->has('jabatan')) {{ $errors->first('jabatan') }} @endif
@if ($errors->has('alamat_ktp')) {{ $errors->first('alamat_ktp') }} @endif
@if ($errors->has('alamat_domisili')) {{ $errors->first('alamat_domisili') }} @endif
@if ($errors->has('no_hp')) {{ $errors->first('no_hp') }} @endif
Data Login
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{Form::close()}}
@endsection