@extends('admin.layout') @section('main')

{{ $title }}

@foreach ($arrFiles as $key => $file) @endforeach
{{ trans('backup.sort') }} {{ trans('backup.date') }} {{ trans('backup.name') }} {{ trans('backup.size') }} {{ trans('backup.download') }} {{ trans('backup.remove') }} {{ trans('backup.restore') }}
{{ (count($arrFiles) - $key) }} {{ $file['time']}} {{ $file['name']}} {{ $file['size']}} {!! '' !!} {!! '' !!} {!! '' !!}
@endsection @push('styles') @endpush @push('scripts') {{-- //Pjax --}} @endpush