@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

@csrf
@if($errors->has('full_name')) {{ $errors->first('full_name') }} @endif
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('birth_date')) {{ $errors->first('birth_date') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
is_verified ?? false) ? 'checked' : '' }}>
Kembali
@endsection @push('scripts') @endpush