@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{lang('Notifications Sounds List')}}

@php $i = 1; @endphp @foreach ($sounds as $sound) @endforeach
{{lang('Sl.No')}} {{lang('Article Title')}} {{lang('Actions')}}
{{$i++}} {{$sound->name}}
@endsection @section('scripts') @vite(['resources/assets/js/select2.js']) @endsection