@extends('layouts.nifty') @section('content') My Account My Account Click Update Account to Save your Changes @csrf @method('PUT') PERSONAL INFORMATION Emp No Name ACCOUNT SECURITY Email Address Branch {{ $branchname->branch ?? 'Select Branch' }} @foreach($branches as $branches) {{ $branches->branch }} @endforeach Photo @include('partials.footer') @endsection
Click Update Account to Save your Changes