@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('title')}} |
{{ getPhrase('date')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_ALUMNI_EVENT_GETLIST, 'route_as_url' => TRUE ))
@include('common.deletescript', array('route'=>URL_ALUMNI_EVENT_DELETE ))
@stop