@extends('petugas.layouts.layout_dashboard') @section("title") Bahasa Pustaka @endsection @section("breadcrumb") @endsection @section("content")
language

Data Bahasa Pustaka

@foreach($data as $key => $bhs) @endforeach
No Kode Bahasa Bahasa Action
{{ ($data->currentpage()-1) * $data->perpage() + $key + 1 }} {{$bhs->bahasa}} {{$bhs->keterangan}} edit
{{$data->appends(Request::all())->links()}}
@endsection @section('footer-scripts')> @include('petugas.components.notification') @endsection