@extends('layouts.auth') @section('header-style') @endsection @section('content') User Registration {{-- @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif--}} @if ($errors->any()) × {{ $errors->first() }} @endif @if (session()->has('message')) × {{ session()->get('message') }} @endif Customer Name * Customer Organization * Mobile No * Email * Password * Confirm Password * {!! captcha_img() !!} I agree with terms and conditions REGISTER Already have an account Terms & Conditions Operation and Maintenance by {!! csrf_field() !!} @endsection @section('footer-script') @endsection