@extends('admin.layout.master') @section('css') @endsection @section('content') {{-- {{ __('admin.send_notification') }} --}}
{{-- table content will appends here --}}
@endsection @section('js') @include('admin.shared.filter_js' , [ 'index_route' => url('admin/brands')]) @include('admin.shared.deleteAll') @include('admin.shared.deleteOne') @endsection