@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
@error('audiofile')

{{ $errors->first('audiofile') }}

@enderror
{{ __('Audio File Language') }}
@error('language')

{{ $errors->first('language') }}

@enderror
{{ __('Project Name') }}
@error('project')

{{ $errors->first('project') }}

@enderror

{{ __('Upload & Transcribe Tasks') }} ({{ __('Current Day') }})

{{ __('Created On') }} {{ __('Task ID') }} {{ __('Language') }} {{ __('Status') }} {{ __('Duration') }} {{ __('Format') }} {{ __('Actions') }}
@endsection @section('js') @endsection