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

{{ isset($post) ? 'Редактировать' : 'Создать' }} пост

@csrf @if(isset($post)) @method('PUT') @endif
is_published) ? 'checked' : '' }} class="w-4 h-4 text-blue-600 border-gray-300 rounded">
@endsection