@extends('adminlte::page') @section('title', 'Pengantar / Sambutan') @section('content')


Tambah Data

@foreach ( $sambutan as $k ) @endforeach
No Nama Kepala Sekolah Foto Kepala Sekolah Isi Pengantar / Sambutan Status Aksi
{{ $no++ }} {{ $k->kepala_sekolah }} project-image {{ $k->ucapan_sambutan }} @if ($k->is_active == 1) Aktif @else Non Aktif @endif edit
@endsection