@extends('layouts.auth') @section('title') {{__("words.Sign Up")}} @endsection @section('content') @push('page_style') @endpush {{__("words.Sign Up")}} {{__("words.Enter details below to create your account")}}. {{-- @if ($errors->any()) @foreach ($errors->all() as $error) {{$error}} @endforeach @endif --}} @csrf {{__("words.Individual")}} {{__("words.Company")}} {{-- --}} @include('auth.individual') {{-- --}} @include('auth.company') @push('page_script') @endpush @endsection
{{__("words.Enter details below to create your account")}}.