@extends('back.template.index') @section('title', 'Article') @push('css') @endpush @section('content')

Daftar Artikel

Buat Artikel Baru
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
List Artikel
No Title Category Status Publish Date Function
@endsection @push('scripts') @endpush