@extends("LaravelVueAdmin.layouts.app") @section("contentheader_title", "Backups") @section("contentheader_description", "backups listing") @section("section", "Backups") @section("sub_section", "Listing") @section("htmlheader_title", "Backups Listing") @section("headerElems") @lv_access("Backups", "create") @endlv_access @endsection @section("main-content") @if (count($errors) > 0)
@endif
@foreach( $listing_cols as $col ) @endforeach @if($show_actions) @endif
{{ $module->fields[$col]['label'] or ucfirst($col) }}Actions
@endsection @push('styles') @endpush @push('scripts') @endpush