@extends('layouts.install') @section('page_title', __('Install the script')) @section('scripts') {!! Minify::javascript([ '/js/Installer.js', ])->withFullUrl() !!} @stop @section('content')

{{__("Admin & Site")}}

@if(session('error')) @endif
@csrf
@error('site_title') {{ $message }} @enderror
@include('elements.icon',['icon'=>'information-circle-outline', 'variant' => 'small','centered'=>false]) {{__("Domain url or full installation path")}} @error('app_url') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@include('elements.icon',['icon'=>'eye-off-outline', 'variant' => 'medium'])
@include('elements.icon',['icon'=>'eye-outline', 'variant' => 'medium'])
@error('password') {{ $message }} @enderror
@error('license') {{ $message }} @enderror You can grab the code from the envato Downloads area or the purchase email.
{{__("Back")}}
@endsection