@extends('Installation::installer.layouts.UpdateMaster') @section('title') {{ trans('Verify Token') }} @endsection @section('container')

{{ 'Please enter your token' }}

@if ($errors->has('app_token')) {{ $errors->first('app_token') }} @endif
@endsection @section('scripts') @endsection