@extends('BackEnd.Layouts.main') @section('title') {{ __('messages.Add News') }} @endsection @section('content')
@include('BackEnd.Layouts.breadcrumb') @if(session('success'))
{{session("success")}}
@endif @if(session('error'))
{{ session('error') }}
@endif
@include('BackEnd.Layouts.tableheader')
@csrf
{{--

اللغة

--}} {{--
@if ($errors->has('subtitle')) @endif
--}}
@if ($errors->has('title')) @endif
@if ($errors->has('source')) @endif
@if ($errors->has('details')) @endif
{{--
صورة رئيسية للخبر
@if ($errors->has('image')) @endif
--}} {{--
--}} {{--
--}} {{-- {{count($gallery)}} --}} {{-- --}} {{--

القسم الرئيسي

--}} {{--

القسم الفرعي

--}} {{--

ظهور الخبر في

--}} {{--

تفعيل التعليقات

--}} {{--

ظهور في الشريط المتحرك

--}} {{--

مثبت في اختيار المحرر

--}} {{--
--}} {{--

حالة النشر

--}} {{-- meta data --}}
{{-- --}} @if ($errors->has('slug')) @endif
{{-- --}} @if ($errors->has('meta_title')) @endif
{{-- --}} @if ($errors->has('meta_description')) @endif
{{-- --}}
{{-- meta data --}}
@endsection @push('plugin_js') @endpush @push('custom_js') @endpush @push('tinymce') @endpush