@extends('layout') @section('title') Customer @endsection @section('content') Edit Customer Home Customer @include('flash-message') New Customer Submit Basic Info Roles Customer Info @csrf Photo Choose file Display Name* Email* Phone Number* Group* 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 Mobile Whatsapp Fax Email Website Address* City* Province* Latitude Longitude Branch ` @foreach(App\Models\Branch::all() as $branch) {{$branch->BranchName}} @endforeach First Transaction Date Last Transaction Date Total Transaction No @endsection @section('script') @endsection