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

Club Olahraga

@foreach ($olga as $item)

Club

{{ $item->name }}

{{ $item->club->deskripsi }}

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