@extends('layouts.admin') @section('content')

Edit Profile

{{--
--}}

Account Details

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phoneNo')) {{ $errors->first('phoneNo') }} @endif
@endsection @section('script') @endsection