@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {!! $variables['judul'] !!} @csrf Nama * @if ($errors->has('name')) {{ $errors->first('name') }} @endif Period -- Pilih Period -- @foreach($variables['periods'] as $period) period_id ?? '') == $period->id ? 'selected' : '' }}> {{ $period->code }} - {{ $period->description }} @endforeach @if ($errors->has('period_id')) {{ $errors->first('period_id') }} @endif Deskripsi {{ old('description', $data->description ?? '') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Simpan Kembali @endsection