@extends('Dashboard.layouts.master') @section('title', 'Post | Create') @section('css') @endsection @section('content')
@csrf
@error('post_type') {{ $errors->first('post_type') }} @enderror
@error('video') {{ $errors->first('video') }} @enderror
@error('tags') {{ $errors->first('tags') }} @enderror
@error('phase_id') {{ $errors->first('phase_id') }} @enderror
@endsection @section('scripts') @endsection