@section('title', 'Database Import') @extends('vendor.InstallerEragViews.app-layout') @section('content')
@csrf
{{--
--}} @php $isHttps = app('request')->isSecure(); $protocol = $isHttps ? 'https://' : 'http://'; $base_url = $protocol . app('request')->getHttpHost(); @endphp
{{--
--}} {{--
--}}
@endsection