@include('partials.head', ['title' => trim($__env->yieldContent('title')) ?: null])
AndyTranscribe {{ __('Recordings') }} {{ __('Upload') }} @auth @endauth
AndyTranscribe {{ __('Recordings') }} {{ __('Upload') }}
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
@fluxScripts