@extends("layouts.app") @section("title", "Create Post") @section("content") Back @if ($errors->any())
@endif
@csrf
@endsection