@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Vibb Songs')}}
{{__('Create new')}}
search
@foreach ($songs as $song) @endforeach
{{__('Name')}} {{__('Status')}} {{__('Action')}}
{{$song->name}} {{$song->is_active ? __('Active') : __('Inactive')}} {{__('Edit')}} {{__('Delete')}}
{{ $songs->withQueryString()->links('shaun_core::admin.partial.paginate') }}
@stop @push('scripts-body') @endpush