@extends('layouts.app')
@section('css')
@endsection
@section('page-header')
@endsection
@section('content')
|
{{ __('Created On') }} |
{{ __('Project') }} |
{{ __('Task ID') }} |
@if (config('stt.vendor_logos') == 'show') {{ __('Vendor') }} | @endif
{{ __('Language') }} |
{{ __('Words') }} |
{{ __('Duration') }} |
{{ __('Mode') }} |
{{ __('Actions') }} |
@endsection
@section('js')
@endsection