@extends('dashboard.master') @section('title', 'New Post') @section('content')

New Post

New Post

@if ($errors->any())
Error!
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (session("success"))
Success!

{{ session("success") }}

@endif
@csrf
@endsection @section("style") @endsection @section("script") @endsection