@extends('adminlte::page')
@section('title', 'Pengantar / Sambutan')
@section('content')
Tambah Data
| No | Nama Kepala Sekolah | Foto Kepala Sekolah | Isi Pengantar / Sambutan | Status | Aksi |
|---|---|---|---|---|---|
| {{ $no++ }} | {{ $k->kepala_sekolah }} |
|
{{ $k->ucapan_sambutan }} | @if ($k->is_active == 1) Aktif @else Non Aktif @endif | edit |