@extends('dashboard.layouts.master') @section('title') @endsection @section('css') @include('dashboard.layouts.css') @endsection @section('body')
@if ($errors->any())
@endif
انشاء مقالة
@csrf

@endsection @section('js') @include('dashboard.layouts.js') @endsection