@extends('Dashboard.layouts.master') @section('title', 'Post | Edit') @section('css') @endsection @section('content')
@csrf @method('PUT')
@error('post_type') {{ $errors->first('post_type') }} @enderror

@error('video') {{ $errors->first('video') }} @enderror
@if(isset($phases))
@endif
is_public == 1 ? 'checked="checked"' : '' }}>
@endsection @section('scripts') @endsection