@extends('Dashboard.layouts.master') @section('title', 'Phase | Edit') @section('css') @endsection @section('content')
@csrf @method('PATCH')

Intro video


@if(!is_null($post?->media_id))
@endif
@error('video') {{ $errors->first('post_type') }} @enderror
@endsection @section('scripts') @endsection