@extends('layouts.admin') @section('title', 'Add Latest Update') @section('content')

Add Latest Update

Short announcements that will show in the homepage “Latest Updates” strip.

@csrf
@error('title')

{{ $message }}

@enderror
@error('category')

{{ $message }}

@enderror
@error('excerpt')

{{ $message }}

@enderror
@error('body')

{{ $message }}

@enderror
Cancel
@endsection