@extends('digitalmenu::layouts.app') @section('title', 'My Profile | Merchant Central') @section('content')
Update your personal information.
{{ $staff->name }}
{{ $staff->username }}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}