@extends('layouts.tenant-admin') @section('title', 'مقال جديد') @section('content')

مقال جديد

@php $article = new \App\Models\Article(); $formAction = route('tenant.articles.store'); @endphp @include('tenant.articles._form') @endsection