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

{{$title}}

Buat Baru

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