@extends('base', [ 'scripts' => $scripts ?? [] ]) @section('title', 'account') @section('content') @php $language = config('app.locale'); $class = (isset($showMenu) && $showMenu) ? '' : 'hidden'; @endphp
@yield('account_content')
@endsection