@extends('layouts.app') @section('title', 'New Post') @section('nav_posts', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'New Post') @section('page_subtitle', 'Write a news article or announcement') @section('content')
@endsection