@extends('layouts.install') @section('title', 'Installation/Update') @section('content')


@if(session('error'))
{!! session('error') !!}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}

License Details - {{$module_display_name}} Module
Make sure to provide correct licensing information


@if($intruction_type == 'uf')

Where is my License Key?

@endif @if($intruction_type == 'cc')

Where is my License Key?

@endif
@if($intruction_type == 'uf')

Where is my Username?

@endif @if($intruction_type == 'cc')

Enter the username that you use for codecanyon or envato login

@endif

For Newsletter & support

@if($intruction_type == 'cc') @include('install.partials.e_license') @endif
@endsection @section('javascript') @endsection