@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Sound Studio Settings') }}

@error('filepond')

{{ $errors->first('filepond') }}

@enderror

{{ __('Background Music Files') }}

{{ __('Uploaded On') }} {{ __('Uploaded By') }} {{ __('File Name') }} {{ __('Public') }} {{ __('Duration') }} {{ __('Listen') }} {{ __('Download') }} {{ __('File Size') }} {{ __('Format') }} {{ __('Actions') }}
@endsection @section('js') @endsection