@extends('template') @section('content')

Gugus Depan

@foreach ($gudep as $item)

Gugus Depan

{{ $item->name }}

alamat

{{ $item->alamat }}

kode

{{ $item->gudep->kode }}

@endforeach
{{ $gudep->links('pagination::bootstrap-4') }}
@endsection