@extends('backend/layouts/default') {{-- Page title --}} @section('title') @lang('admin/settings/general.backups') :: @parent @stop {{-- Page content --}} @section('content')

@lang('admin/settings/general.backups')


@foreach ($files as $file) @endforeach
File Created Size
{{{ $file['filename'] }}} {{{ date("M d, Y g:i A", $file['modified']) }}} {{{ $file['filesize'] }}}


Backup files are located in: {{{ $path }}}

@stop