@extends('layout.agency') @section('meta_tags') @stop @section('pagename') Dashboard @stop @section('top_import_file') @stop @section('content')

Dashboard

Total Projects

{{ $projects }}

{{--
+6.32%
--}}

Total Videos

{{ count($lipsync) }}

{{--
+12.45%
--}}

Total Voices

{{ $voices }}

{{--
+3.12%
--}}

Total Scripts

{{ $scripts }}

{{--
+8.52%
--}}

Recent Videos

@if (count($lipsync) > 0) @foreach ($lipsync as $vid)
{{ $vid->vtitle }}

{{ $vid->lipsynced_video_status }}
@endforeach @else
No Videos Generated
@endif

Recent Generated Text to Speech

@foreach ($tts as $script) @endforeach
#ID Script Result Stability Similarity Exaggeration Created at Actions
{{ $script->id }} {{ $script->script }} {{ $script->stability }} {{ $script->similarity }} {{ $script->exaggeration }} {{ $script->created_at }} Use in Video

Sample Avatar

@foreach ($videos as $vid)
{{ $vid->vtitle }}

{{ $vid->category == 2 ? 'Casual' : 'Professional' }}
@endforeach
@foreach ($videos as $vid) @if ($vid->category != '2')
{{ $vid->vtitle }}

Use Avatar
@endif @endforeach
@foreach ($videos as $vid) @if ($vid->category == '2')
{{ $vid->vtitle }}

Use Avatar
@endif @endforeach
{{-- Modal --}} {{-- Modal --}} @stop @section('bottom-scripts') @stop {{-- Video Play And Modal Scripts --}} {{-- Video Play And Modal Scripts --}}