@extends('layouts.sidebar') @section('title','Database Import') @section('content')

Database Import

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
This will overwrite data in the current database. Use only a trusted SQL dump from production.
@csrf
@endsection