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

Intro video


@error('video') {{ $errors->first('post_type') }} @enderror
@endsection @section('scripts') @endsection