@extends('Installation::installer.layouts.InstallerMaster') @section('template_title') {{-- {{ trans('installer_messages.final.templateTitle') }} --}} {{ trans('Register') }} @endsection @section('title') {{ trans('Enter Admin Details') }} {{-- {{ trans('installer_messages.final.title') }} --}} @endsection @section('container')
@if ($errors->has('app_firstname')) {{ $errors->first('app_firstname') }} @endif
@if ($errors->has('app_lastname')) {{ $errors->first('app_lastname') }} @endif
@if ($errors->has('app_email')) {{ $errors->first('app_email') }} @endif
@if ($errors->has('app_password')) {{ $errors->first('app_password') }} @endif
@if ($errors->has('envato_purchasecode')) {{ $errors->first('envato_purchasecode') }} @elseif($message = Session::get('error')) {{ $message }} @endif
@endsection @section('scripts') @endsection