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

Create Post

@csrf
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif












Link this post to an existent one in another language.


@endsection @section('scripts') @endsection