@extends('layouts.auth') @section('title','Register | SmartGrid') @section('content')

Create Account

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf @foreach(['company_name'=>'Company / Business Name','name'=>'Full Name','email'=>'Email','phone'=>'Phone'] as $field=>$label)
@endforeach

Already registered? Sign in

@endsection