@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('type')}} (ID) |
{{ getPhrase('description')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'libraryassets.dataTable'))
@include('common.deletescript', array('route'=>URL_LIBRARY_ASSETS_DELETE))
@stop