@extends('layout') @section('title') Customer @endsection @section('content') Edit Customer Home Customer @include('flash-message') {{ $DisplayName }}{{ $Email }} Save Change Basic Info Customer Info @method('PUT') @csrf Photo Choose file Display Name* Email* Phone Number* +62 Group* {{ $InfoType == "Premium" ? "Reset Member" : "Upgrade Member" }} As User As Admin First Name* Middle Name Last Name* Mother Name Birth Date Birth Place Gender* Male Female Religion* Islam Kristen Hindu Budha Other Office +62 Mobile +62 Whatsapp +62 Fax +62 Email Website Address {{ $InfoAlamat ? $InfoAlamat : '' }} City* Province* Latitude Longitude Branch @php $employeeBranch = Session::get('employee')->InfoBranchId; @endphp ` @foreach(App\Models\Branch::all() as $branch) @if(!empty($employeeBranch) && !is_null($employeeBranch)) @if($branch->BranchId == $employeeBranch) BranchId == $InfoBranchId ? "selected" : "" }}>{{$branch->BranchName}} @endif @else BranchId == $InfoBranchId ? "selected" : "" }}>{{$branch->BranchName}} @endif @endforeach First Transaction Date Last Transaction Date Total Transaction No Confirmation × Are you sure you want to reset {{$DisplayName}} membership ? Upgrade Customer × Branch* @php $employeeBranch = Session::get('employee')->InfoBranchId; @endphp ` @foreach(App\Models\Branch::all() as $branch) @if(!empty($employeeBranch) && !is_null($employeeBranch)) @if($branch->BranchId == $employeeBranch) BranchId == $InfoBranchId ? "selected" : "" }}>{{$branch->BranchName}} @endif @else BranchId == $InfoBranchId ? "selected" : "" }}>{{$branch->BranchName}} @endif @endforeach Price* Notes* @endsection @section('script') @endsection
{{ $Email }}
Are you sure you want to reset {{$DisplayName}} membership ?