@extends('backend.layouts.app') @section('title', 'Create Article') @push('styles') @endpush @section('content') @php $pageTitle = 'Create Article'; $indexRoute = 'content-article.index'; $indexLabel = 'Articles'; @endphp @include('backend.layouts.partials._page_header')
@endsection @push('scripts') @endpush