@extends ('backend.layouts.app') @section ('title', 'TULU | Alert Management') @section('after-styles') {{ Html::style("https://cdn.datatables.net/v/bs/dt-1.10.15/datatables.min.css") }} @endsection @section('page-header')

Alert Management

@endsection @section('content')

Alert History

{{$alert->title}}
@include('backend.alert.history.history-header-buttons')
Title Content Type Author {{ trans('labels.backend.access.users.table.created') }}
@endsection @section('after-scripts') {{ Html::script("https://cdn.datatables.net/v/bs/dt-1.10.15/datatables.min.js") }} {{ Html::script("js/backend/plugin/datatables/dataTables-extend.js") }} @endsection