@extends('layouts.app') @section('title', "All songs") @section('content')

Prosongsa Songs

Random Song
Sort by: @foreach(['id','title','author'] as $key) @if(($_GET['sort'] ??'title') ==$key) {{$key}} @else {{$key}} @endif @endforeach
@endsection