@extends('layouts.admin') @section('content') Edit Profile Dashboard Edit profile {{-- Back --}} Account Details Name* @if ($errors->has('name')) {{ $errors->first('name') }} @endif Email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Phone No @if ($errors->has('phoneNo')) {{ $errors->first('phoneNo') }} @endif @endsection @section('script') @endsection