@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('library_mode')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'librarymodes.dataTable'))
@include('common.deletescript', array('route'=>URL_LIBRARYMODES_DELETE))
@stop