@extends('frontend.layouts.app') @push('style') @endpush @section('main-content')
@csrf
@if ($errors->has('first_name')) @endif
@if ($errors->has('last_name')) @endif
@if ($errors->has('username')) @endif
@if ($errors->has('register_email')) {{ $errors->first('register_email') }} @endif
@error('phone')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
auth
@endsection @push('js') @endpush