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