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