芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/Modules/GlobalSetting/resources/views/database_clear.blade.php
@extends('admin.master_layout') @section('title')
{{ __('Database clear') }}
@endsection @section('admin-content')
{{ __('Warning') }}
{{ __('If you want to use the software from scratch, you have to clear database. You do not need to remove the existing data one by one') }}
@csrf @method('DELETE')
{{ __('Clear Database Confirmation') }}
{{ __('Are you really want to clear this database?') }}
@endsection