@extends('backend.layouts.app') @section('title') {{ __('Playback Interface') }} @endsection @section('content')

{{ __('Playback Interface - Search and Replay') }}

@csrf
{{ __('Available Recordings') }}
{{ __('Playback') }}
@endsection @section('scripts') @endsection