@extends('layout') @section('title') Employee @endsection @section('content') Edit Employee Home Employee @include('flash-message') {{ $DisplayName }}{{ $Email }} Save Change Basic Info Roles Employee Info @method('PUT') @csrf Photo Choose file Display Name* Email* Phone Number* Group* As User As Admin Send Reset Password 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 ` @foreach(App\Models\Branch::all() as $branch) BranchId == $InfoBranchId ? "selected" : "" }}>{{$branch->BranchName}} @endforeach First Transaction Date Last Transaction Date Total Transaction No @endsection @section('script') @endsection
{{ $Email }}