@extends('layouts.main') @section('title', 'Profile') @section('breadcrumb')
{{ $user->role }}
Full Name:{{ $user->name }}
Phone:{{ $user->phone }}
Email: {{ $user->email }}
Address: {{ $user->address }}
All information has been saved
Invalid information has been provided
{{ $errors->first('name') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('address') }}
{{ $errors->first('user_img') }}