@extends($layout) @section('header_scripts') @stop @section('content')
@include('library.library-masters.collections.instance-list-information', array('master_record' => $master_record))
{{ getPhrase('asset_no')}} {{ getPhrase('type')}} {{ getPhrase('status')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_LIBRARY_COLLECTIONS_LIST.$master_record->slug,'route_as_url' => TRUE)) @if(!empty($records)) @include('common.deletescript', array('route'=>URL_LIBRARY_MASTERS_COLLECTIONS_DELETE,'route_as_url' => TRUE)) @endif @stop