@extends('layouts.admin.app') @section('page_header') Update Profile @endsection @section('content')
Update Profile
@if (session('success'))
@endif @if (session('error'))
@endif @if (session('failed'))
@endif
@csrf
@error('phone')

Invalid phone format

@enderror
@if ($user) @if ($user->image) @endif @endif
@endsection