@extends('layouts.auth') @section('header-style') @endsection @section('content')
users view avatar

User Registration

@if ($errors->any())
{{ $errors->first() }}
@endif @if (session()->has('message'))
{{ session()->get('message') }}
@endif
{!! captcha_img() !!}
Operation and Maintenance by cns_logo
{!! csrf_field() !!}
@endsection @section('footer-script') @endsection