@extends ('backend.layouts.app') @section ('title', app_name() . ' | ' . __('api::labels.backend.api.management')) @section('breadcrumb-links') @include('api::includes.breadcrumb-links') @endsection @push('after-styles') {{ style("https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css") }} @endpush @section('content')

{{ __('api::labels.backend.api.management') }} {{ __('api::labels.backend.api.list') }}

@include('api::includes.header-buttons')
{{ __('api::labels.backend.api.table.id') }} {{ __('api::labels.backend.api.table.last_updated') }} {{ __('labels.general.actions') }}
@endsection @push('after-scripts') {{ script("https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js") }} {{ script("js/plugin/datatables/dataTables-extend.js") }} @endpush