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