@extends('layouts.admin') @section('content')

Add News

@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('content')) {{ $errors->first('content') }} @endif
@if($errors->has('image')) {{ $errors->first('image') }} @endif Note : Upload File Jpg, Jpeg, Png, Pdf
Cancel
@endsection