@extends('admin.layout.master') @section('content')
{{-- Display the title --}}

{{ $title ?? 'Subscribes' }}

{{-- Removed commented out Add button --}}
{{-- Table headers are generated by DataTables, no need for here manually --}}
@endsection @push('js') {{-- Make sure Noty JS and CSS are included in your master layout --}} {{-- Make sure Font Awesome is included for icons --}} @endpush