@extends('admin.layouts.master') @section('title', 'Database Backup') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Database Backup Manager') }}
@csrf

{{ __('Important Note') }}
  • {{__('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')}}
{{__('Note:')}}
  • {{ __('It will generate only 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 and before run this or run only database backup command make sure you save the mysql dump path in')}} {{__('config/database.php')}}}.
{{-- {!! $html !!} --}}

{{__('Download the latest backup')}}

@php $dir17 = storage_path() . '/app/'.config('app.name'); @endphp
@endsection