@push('styles') @endpush @php $isEdit = isset($blog); @endphp

{{ $isEdit ? 'Edit Blog' : 'Create Blog' }}

{{-- TITLE --}}
@error('title')
{{ $message }}
@enderror
{{-- SLUG --}}
Leave blank to auto-generate from title @error('slug')
{{ $message }}
@enderror
{{-- DESCRIPTION --}}
@error('content')
{{ $message }}
@enderror
{{-- CHOOSE PHOTO --}}
@if(!empty($blog?->image))
@endif
{{-- META --}}
{{-- PUBLISH TYPE --}}
publish_type ?? 'publish_now') === 'publish_now' ? 'checked' : '' }}>
publish_type ?? '') === 'publish_later' ? 'checked' : '' }}>
{{-- PUBLISH DATE --}} {{-- BODY ID --}}
{{-- STATUS --}}
published ?? 1) ? 'checked' : '' }}>
{{-- HIDE --}}
hide_from_public_blog ?? 0) ? 'checked' : '' }}>
{{-- ACTIONS --}}
Back
@push('scripts') @endpush