@extends('admin.layout') @section('page_title', 'Edit post') @section('admin_content')

Edit post

@csrf @method('PUT')
@php $sel = collect(old('tags', $post->tags->pluck('id')->all())); @endphp
@if($post->featured_image)

@endif
is_published) ? 'checked' : '' }}>
@endsection @push('scripts') @endpush