@extends('layouts.master') @section('title', 'Register - Industrial Pump Logic') @section('content')

Create Account

Join our industrial logic platform.

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Already have an account? Login here
@endsection