@extends('layouts.app') @section('title', 'Upload Audio Tracks') @section('idname', 'single') @section('content')
| Track Title | ||
|---|---|---|
| {{ $loop->iteration }} |
{{ $track->file_path }}
|
@if (Auth::user()->role_id == 1 || Auth::user()->role_id == 3) view @elseif (Auth::user()->role_id == 2) edit delete @endif |