@props([
'source'=>null,
'controls'=>true,
'cover'=>true,
'height'=>"auto",
'showToggleSound'=>true,
])
@if ($controls==true)
{{-- play --}}
{{-- pause button --}}
{{-- mute --}}
@if ($showToggleSound==true)
{{-- mute --}}
{{-- unmute --}}
@endif
@endif