@extends('adminlte::page') @section('title', 'Tambah Siswa') @section('content_header')

Form Tambah Siswa

@stop @section('content')
Import data Siswa
@csrf @error('file')
{{ $message }}
@enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop