@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = empty($account->id) ? __('Create new Account') : __('Edit Account'); @endphp @include('admin.partials.page_header') @endsection @section('content')