@extends('back.layout.template') @push('css') @endpush @section('title', 'List Articles - Admin') @section('content') {{-- Content --}} Articles Create @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{-- Success Alert --}} No Title Category Views Status Publish Date Function @endsection @push('js') {{-- Alert Success --}} {{-- DataTable --}} @endpush