@extends('back.layouts.layout') @section('title','Update Profile') @section('content-header')

Update Profile

@endsection @section('content')
@csrf @method('post')
@if ($profileData->image!="") @endif
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('phone')){{ $errors->first('phone') }}@endif
less than 50KB;jpg, jpeg, png (300X300)px @if ($errors->has('image')){{ $errors->first('image') }}@endif
@endsection