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

Olahraga Populer

Berita Olahraga

@foreach($olahraga as $item)

{{$item->tanggal}}

{{$item->title}}

{{{ Str::words(strip_tags($item->deskripsi), 25, ' ...') }}}

Baca Selengkapnya >
@endforeach
@if($tumbnail!=null) @else @endif

Olahraga lainnya

@foreach($jenis_olga as $item) {{$item->name}} @endforeach
@endsection