@extends('admin.layouts.master') @section('title', 'Add Customer') @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('status') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{ $errors->first('address') }}
{{ $errors->first('image') }}