@include('global.head_links')
@include('global.top_bar')
@include('admin.side_bar')
Dashboard
Radio Link
Radio Link
Radio Link
@csrf
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
Radio URL
*
Enter Radio URL
Radio Title
*
Enter Radio Title
Description
*
{{$radio->streamDescription}}
Enter Description
Radio Thumbnail
*
Select image
Change
Remove
Update
@include('global.footer_content')
@include('global.footer_links')