@extends('loyverse::layouts.master') @section('content') @if ($account->id) {{ $account->name }} @else New Loyverse Account @endif @php echo $form->toHtml(); @endphp @endsection