@include('components.theme.pages.header') Umum @csrf @php if(\App\Models\Seller::where('user_id', user()->id)->exists()) { $getDetailSeller = \App\Models\Seller::where('user_id', user()->id)->first(); $name = $getDetailSeller->name; $alias = $getDetailSeller->alias; } else { $name = ''; $alias = ''; } @endphp Nama Bisnis* Sebutan Alias* Nama Lengkap* Email Address* Passwordkosongi jika tidak ingin diubah Simpan Kembali {!! Form::close() !!} @push('scripts') @endpush @include('components.theme.pages.footer')