@extends('install.layout') @section('title', 'Database Import') @section('content')

{{ __('Database Import') }}

{{ __('Click the button below to import the database.') }}

@csrf
@error('error')
{{ $errors->first('error') }}
@enderror @error('skip')
{{ $errors->first('skip') }}
@enderror
@endsection