@extends('layouts.admin') @section('content')
{{--
{{ trans('cruds.setting.restore.title') }}
@csrf
--}}
{{csrf_field()}}
{{ __("• Usually in all hosting dump path for MYSQL is /usr/bin/ ")}}
{{ __(" • If that path not work than contact your hosting provider with subject What is my MYSQL DUMP Binary path ? ")}}
{{ __("• Enter the path without mysqldump in path")}}
  • {{ __("It will generate database backup of your site.")}}
  • {{ __("Download URL is valid only for 1 (minute).")}}
  • {{ __("Make sure")}}{{ __("mysql dump is enabled on your server")}} {{ __("for database backup.")}}
{{ __("All Backups")}}
@if ($backups) @foreach ($backups as $key => $item) @endforeach @endif
{{ __("#")}} {{ __("Backup Title")}} {{ __("Size")}} {{ __("Last Created")}} {{ __("Actions")}}
{{ filter_var($key+1)}} {{ filter_var($item['name'])}} {{ filter_var($item['size'])}} {{ filter_var(date('d-m-yy',strtotime($item['last_modified'])))}}
@endsection