@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
--}} {{-- {!! Form::select('tag[]', $tags, old('tag') ? old('tag') : $article->tag->pluck('id')->toArray(), [ 'class' => 'form-control select2', 'multiple' => 'multiple', 'id' => 'selectall-tag', ]) !!} --}}
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
{{--
--}}
@endsection @section('js') @endsection