@extends('layouts.frontendProfile') @section('profile-content')

ข้อมูลส่วนตัว

@csrf {{--
--}}
@php $isAllowEditMemberName = false; if(Auth::user()->bankAccounts->count() >= 1) $isAllowEditMemberName = true; @endphp
@endsection @section('script') @endsection