@extends('admin::curd.index') @section('heading') Notifications {!! trans('app.manage') !!} Notifications @stop @section('title') Notifications @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
Name Module Action Read Created
{!! Form::text('search[name]')->raw()!!} {!! Form::text('search[action]')->raw()!!} {!! Form::text('search[read_at]')->raw()!!} {!! Form::text('search[created_at]')->raw()!!}
@stop @section('script') } }); $("#notification-notification-list .search_bar select, #creaed_at, #updated_at").on('change', function (e) { e.preventDefault(); oTable.api().draw(); }); }); @stop @section('style') @stop