@extends('backend.layout.master') @section('content') Create News Dashboard Create News @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Create News @csrf News Title News Title Arabic News Type Select News Type CMS Page PDF Link Redirect Link News Redirect Link News PDF Link Content Content Arabic News Date Status Select Status Active Non-Active @endsection @push('specific_css') @endpush @push('specific_js') @endpush