@extends('masterGuest') @push('meta') @endpush @push('scripts') @section('title', e($news->title)) @endpush @section('content')
Diposkan oleh: {{ $news->author }} | Tanggal: {{ \Carbon\Carbon::parse($news->created_at)->isoFormat('D MMMM Y') }} | Berita: @if ($news->tag == '1') {{ 'SMA' }} @elseif ($news->tag == '2') {{ 'SMK' }} @elseif ($news->tag == '3') {{ 'SMA / SMK' }} @endif