@extends($layout)
@section('header_scripts')
@stop
@section('content')
@if(checkRole('owner'))
{{ getPhrase('branch')}} |
@endif
{{ getPhrase('title')}} |
{{ getPhrase('start_date')}} |
{{ getPhrase('end_date')}} |
{{ getPhrase('url')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_ADMIN_NOTIFICATIONS_GETLIST, 'route_as_url' => TRUE))
@include('common.deletescript', array('route'=>URL_ADMIN_NOTIFICATIONS_DELETE))
@stop