@extends('frontend.layout.main') @section('inner')

SIGN UP TO GET ON THE CUSTOMER WAITLIST

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
img
@endsection