@extends('layouts.index') @section('title') Artikel @endsection @section('css') @endsection @section('content')

Artikel

Semua Artikel

@csrf @include('artikel.table_load')
@endsection @section('js') @endsection