@extends('admin/layout') @section('page_title',$single_news->news_title.' | Edit') @section('miscellaneous_select','active') @section('news_select','active') @section('content') {{$single_news->news_title}} Edit Dashboard Edit Back @csrf Title * @error('title') {{$message}} @enderror Image * @error('image') {{$message}} @enderror Description * {{$single_news->description}} Save @endsection @section('scripts') {{-- --}} @endsection
@error('title') {{$message}} @enderror
@error('image') {{$message}} @enderror