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

« Back to the topic

Edit the post
@if ($errors->has('post'))
{{ $errors->first('post') }}
@endif
Feel free to use Markdown.
Use [@username]({{ env('APP_URL') }}/user/profile/@username) to mention another user here.
{{ csrf_field() }}
@endsection