@extends('Installation::installer.layouts.InstallerMaster') @section('template_title') {{ 'Welcome' }} @endsection @section('title') {{ 'Laravel Installer' }} @endsection @section('container')
Add New Purchasecode

{{ 'Please enter your token' }}

@csrf
@if($message = Session::get('error')) {{ $message }} @endif
@endsection