@php($page = 'accounts') {{env('APP_NAME')}} | Edit Account
@include("components.navbar")
@include("components.sidebar")

Edit Account: {{ $account->title }}

Back
@csrf @method('PUT')
Select if this is a sub-account.
@include("components.footer")