@php($title =__('episodes_create') ) @if (\Route::has('dashboard.episodes.index')) @endif

{!! $title !!}

@if (\Route::has('dashboard.episodes.store'))
@csrf @include('dashboard::episode.form',compact('episode'))
@else dashboard.episodes.store is not exits @endif