@extends('layouts.admin') @section('admin')
| Title | Singer | Image | Song File | Action |
|---|---|---|---|---|
| {{$song->title}} | {{$song->singer}} |
@if($song->image)
|
@if(!empty($song->song_file) && file_exists($song->song_file)) Download @endif |