@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ $title }}
{{ getPhrase('question_type')}} |
{{ getPhrase('question')}} |
{{ getPhrase('marks')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_BOOKMARK_AJAXLIST.$user->slug, 'route_as_url'=>TRUE))
@include('common.deletescript', array('route'=>URL_BOOKMARK_DELETE_BY_ID))
@stop