@extends('adminlte::page') @section('title', 'Kata Sambutan') @section('content_header')

Kata Sambutan Kepala Sekolah

@stop @section('content')

Daftar Sambutan

@if(session('success')) @endif @foreach($sambutans as $key => $item) @endforeach
No Foto Nama Kepala Sekolah Status Aksi
{{ $key + 1 }} @if($item->foto) Foto @else - @endif {{ $item->kepala_sekolah }} @if($item->is_active) Aktif @else Tidak Aktif @endif
@csrf @method('DELETE')
@stop @section('js') @stop