@extends('admin.layouts.master') @section('content')

{{ trans('app.notifications') }}

{!! Form::open(['route' => ['admin.notifications.deleteAll'], 'method' => 'delete']) !!} {!! Form::button(' ' . trans('app.delete_all'), ['type' => 'submit', 'class' => 'confirm btn btn-flat btn-new']) !!} {!! Form::close() !!}
@endsection