@extends('layouts.app', ['nav' => false]) @section('title', 'Welcome - 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 information from Envato/codecanyon


For Newsletter & support


💫 Book Update Service Update Service
👉 Get updated by expert engineer within 24 hours @include('ic.partials.e_license')
@endsection @section('javascript') @endsection