@extends('dashboard.layouts.app') @section('css') @endsection @section('content')
إضافة قسم
@include('dashboard.layouts.message')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('article_text')) {{ $errors->first('article_text') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
{{--
--}}
@endsection @section('js') @endsection