@extends('admin.layouts.master') @section('title', 'Edit Profile') @section('content')
{{ $errors->first('image') }}
{{ $errors->first('email') }}
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('phone') }}
{{ $errors->first('whatsapp_no') }}
{{ $errors->first('address') }}