{{ Session::get('success') }}
@endif
@if($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
Menampilkan data dari {{ $page_det["awal"] }} sampai {{ $page_det["end"] }} dengan total {{ $page_det["total"] }} data
{{ $prodi->links('pagination::bootstrap-4') }}