@extends('layouts.install') @section('title', 'Installation') @section('content')
@if(session('error'))
{!! session('error') !!}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ csrf_field() }}
License Details
Make sure to provide correct licensing information
License Code:*
@if(!empty($intruction_type) && $intruction_type == 'uf')
Where is my License Key?
@endif
Login Username:*
@if(!empty($intruction_type) && $intruction_type == 'uf')
Where is my Username?
@endif
Your Email:
For Newsletter & support
{{-- @include('install.partials.e_license') --}}
I Agree, Install
@endsection @section('javascript') @endsection