@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{-- Files Backups --}}
{{-- All Backups --}}

{{ __('File Backups') }}

{{ __('ID') }} {{ __('Version') }} {{ __('Status') }} {{ __('Actions') }}
{{-- Database Backups --}}
{{-- All Backups --}}

{{ __('Database Backups') }}

{{ __('ID') }} {{ __('Version') }} {{ __('Status') }} {{ __('Actions') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Delete modal --}} {{-- Custom JS --}} @section('scripts')