@extends('masterGuest') @section('title', 'Berita') @push('scripts') @endpush @section('content')

{{ $news->title }}

Diposkan oleh: {{ $news->author }} | Tanggal: {{ \Carbon\Carbon::parse($news->created_at)->isoFormat('D MMMM Y') }}


{!! $news->body !!}

Info Lowongan Terbaru

@endsection @push('scripts') @endpush