@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
Audio Format: 1 channel PCM @ 48kHz
{{ __('Language') }}
{{ __('Project Name') }}
@error('project')

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

@enderror

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

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