@extends ("partials.layout") @section ("title", "Create a new blog") @section ("content")

You can use markdown in the description of your blog!

Create Blog


@csrf @error("name")

{{ $message }}

@enderror @error("description")

{{ $message }}

@enderror @error("icon")

{{ $message }}

@enderror
@endsection