@section('media') @foreach($images as $image)
{{ $image->file_name }} {{ $image->human_readable_size }}
@endforeach @foreach($attachments as $attachment)
{{ $attachment->file_name }} {{ $attachment->human_readable_size }}
@endforeach @stop @section('content') Music Engine - Control Panel @if(config('settings.admin_dark_mode')) @else @endif
@endsection