@extends('layouts.master') @section('page-css') @endsection @section('content')

{{$title}}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}}
NPSN: {{session('npsn')}}

{{session('name')}}

{{session('tingkat_sekolah')}} {{session('status_sekolah')}}

{{session('alamat_sekolah')}}

I. Perencanaan Gerakan PBLHS
{!! formKriteria(1) !!}
Link Google Drive (folder/File penyimpanan bukti)
Contoh link : https://example.com
@endsection @section('page-js') @endsection