@extends('backend.superadmin.index') @section('body') {{$heading}} List News @if(session('success')) Success {{session('success')}} × @endif @if(session('error')) Error {{session('error')}} × @endif @if($errors->any()) @foreach($errors->all() as $error) Error {{$error}} @endforeach × @endif News Details Other Details {{csrf_field()}} News Title * News Type* --Choose Type-- Featured General Content * {!! old('details') !!} Category* Uncategorized @foreach($categories as $category) @if(request('category_id')) id) selected @endif>{{$category->name}} @else id) selected @endif>{{$category->name}} @endif @endforeach Not Found? Click Here News Status --Choose Status-- Active Inactive Feautred Image Choose file Post Date * Expiry Date @if(request('type')=='Featured') Main Page Heading Heading With Image Only Heading @endif Previous Next Submit @endsection