@extends('layouts.app') @section('title', 'Create Podcast') @section('page-title', 'Create Podcast') @section('breadcrumb', 'Podcasts / Create Podcast') @section('content')
Back

Start creating a new podcast.

@csrf
0/60
@error('title')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror
@error('content_security')

{{ $message }}

@enderror
Cancel
@endsection