@extends('backend.layouts.app')
@section('title')
{{ __('Playback Interface') }}
@endsection
@section('content')
{{ __('Playback Interface - Search and Replay') }}
{{ __('Available Recordings') }}
{{ __('Playback') }}
@endsection
@section('scripts')
@endsection