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

Edit Post

@csrf

Status: @if($post->post_status == 'publish') Publish @elseif($post->post_status == 'draft') Draft @endif
Visibilty: @if($post->status == 'inherit') Only for you @else Open for everyone @endif
Publish now

Categories

+Add New Category

Tags

Etiketleri virgül ile ayırın
@endsection