@extends('vendor.installer.layouts.master') @section('title', trans('installer_messages.welcome.title')) @section('style') @endsection @section('container')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Where Is My Purchase Code?

@stop