@extends('dashboard.layouts.master') @section('judul') {{$title}} @endsection @section('content') @section('main_sidebar') @include('dashboard.layouts.include_sidebar.sid_peserta_biodata') @endsection

{{ $title }}

Keterangan : Kolom dengan tanda * wajib diisi
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($cek < 1)
@csrf
@else
@csrf {{ method_field('PUT') }}
@endif
@endsection @section('scripts') @endsection