@extends('layouts.front', ['no_header' => 1]) @section('title', 'ProjectCamp Update Confirmation') @section('content')

License Details Make sure to provide correct information from Envato/codecanyon


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

For Newsletter & support

@include('install.partials.e_license')
@endsection @section('javascript') @endsection