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

Lengkapi Profile

@if (Session::has('errorr')) @endif @if (Session::has('message')) @endif
@csrf
@if ($errors->has('jenis_kelamin'))  * {{ $errors->first('jenis_kelamin') }} @endif
@if ($errors->has('alamat'))  * {{ $errors->first('alamat') }} @endif
@if ($errors->has('tempat_lahir'))  * {{ $errors->first('tempat_lahir') }} @endif
@if ($errors->has('tanggal_lahir'))  * {{ $errors->first('tanggal_lahir') }} @endif
@if ($errors->has('nohp'))  * {{ $errors->first('nohp') }} @endif
@endsection