Tambah Admin
{!! csrf_field() !!}
@if ($errors->has('name')) {{ $errors->first('nama') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('no_telp')) {{ $errors->first('no_telp') }} @endif
@if ($errors->has('alamat')) {{ $errors->first('alamat') }} @endif