@extends('layouts.app') @push('page-styles') {{-- Escape @ characters so Blade doesn't treat them as directives --}} {{-- Meta tags dinamis akan diisi oleh JavaScript --}} @endpush @section('content') Home Blog Loading articles... @endsection @push('scripts') @endpush
Loading articles...