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

Edit Siswa

{{-- ERROR --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT') {{-- DATA SISWA --}}
Data Siswa
{{-- JENIS KELAMIN --}}
{{-- NAMA ORANG TUA --}}
{{-- KELAS --}}
{{-- ALAMAT --}}
{{-- TELEPON --}}
{{-- BUTTON --}}
⬅️ Batal
@endsection