@extends('admin.layout.app') @section('content')

Profil

@if(session('status')) @endif @if(session('status_gagal')) @endif

Formulir Edit Profil

@csrf
@if($errors->has('nama')) {{$errors->first('nama')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
@if($errors->has('no_hp')) {{$errors->first('no_hp')}} @endif
Pilih jika ingin merubah @if($errors->has('foto'))
{{$errors->first('foto')}} @endif
@if($errors->has('password_old')) {{$errors->first('password_old')}} @endif
@if($errors->has('password_new')) {{$errors->first('password_new')}} @endif
@if($errors->has('password_new_confrim')) {{$errors->first('password_new_confrim')}} @endif
@endsection