@extends('template') @section('content') @push('styles') @endpush

Sekolah Atlet

@foreach ($sekolah as $item) @endforeach
No. Nama Sekolah Alamat
{{$loop->iteration}} {{$item->nama}} {{$item->alamat}}
{{-- --}}
@push('scripts') {{-- TableJquerry --}} {{-- TableJquerry --}} @endpush @endsection