@extends('packer.layouts.master') @section('title', 'Add User') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('whatsapp_no') }}
{{ $errors->first('password') }}
{{ $errors->first('status') }}
{{ $errors->first('designation') }}
{{ $errors->first('role_id') }}
{{ $errors->first('image') }}