@extends('dashboard.layouts.master') @section('judul') {{$title}} @endsection @section('content') @section('main_sidebar') @include('dashboard.layouts.include_sidebar.sid_master_asalsekolah') @endsection @if(\Auth::user()->role == 1)

{{$title}}

Buat Baru

@foreach($data as $e => $sklh) @endforeach
Nomor Nama Asal Sekolah Opsi
{{ $e+1 }} {{ $sklh->nama }}
Edit @csrf @method('DELETE')
{!! $data->links() !!}
@endif @endsection @section('scripts') @endsection