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