@extends('opac.layouts.layout_home') @section("title") Detail Informasi Perpustakaan @endsection @section("breadcrumb") Home / Informasi Perpustakaan / Detail Informasi Perpustakaan @endsection @section('content')

{{ $berita->judul }}

{{ $berita->author }}

{{ Carbon\Carbon::parse($berita->created_at)->diffForHumans()}}

Informasi Lainnya

@foreach($berita_terbaru as $key => $b)

by {{$b->author}} , {{ Carbon\Carbon::parse($b->created_at)->diffForHumans()}}

{{$b->judul}}

. Read More

@endforeach
@endsection