@extends('admin.sidebar') @section('content') {{-- TABLE --}}
Data Sekolah
@include('message')
Tambahkan Sekolah @foreach ($sekolah as $item) @endforeach
Sekolah Pengirim Alamat Action
{{ $item->nama }} {{ $item->pengirim }} {{ $item->alamat }}
{{-- TABLE --}} {{-- Modal DESTROY||START|| --}} {{-- Modal DESTROY||END|| --}} @endsection