@extends('layouts.admin') @section('title') افزودن خبر @endsection @section('content')

افزود خبر

@include('admin.index.messages')
@csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('news_category_id')) {{ $errors->first('news_category_id') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('abstract')) {{ $errors->first('abstract') }} @endif
@if($errors->has('seo_title')) {{ $errors->first('seo_title') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('image')) {{ $errors->first('image') }} @endif
@if($errors->has('mobile_src')) {{ $errors->first('mobile_src') }} @endif
@if($errors->has('body')) {{ $errors->first('body') }} @endif
@if($errors->has('canonical')) {{ $errors->first('canonical') }} @endif
@if($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif
@if($errors->has('meta_keyword')) {{ $errors->first('meta_keyword') }} @endif

کلمات کلیدی را با "," جدا نمایید

@if($errors->has('schedule_at')) {{ $errors->first('schedule_at') }} @endif
@if($errors->has('published_at')) {{ $errors->first('published_at') }} @endif
@endsection @section('style') @endsection @section('script') @endsection