@extends('layouts.install', ['no_header' => 1]) @section('title', 'POS 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
Make sure to provide correct information from Envato/codecanyon
Envato Purchase Code:*
Envato Username:*
Your Email:
For Newsletter & support
@include('install.partials.i_service') @include('install.partials.e_license')
I Agree, Update
@endsection @section('javascript') @endsection