@extends('layouts.admin.adminlayout')
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('title')}} |
{{ getPhrase('image')}} |
{{ getPhrase('type')}} |
{{ getPhrase('subject')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'lmscontent.dataTable'))
@include('common.deletescript', array('route'=>URL_LMS_CONTENT_DELETE))
@stop