@php($auth=true) @extends('dashboard::layouts.layout') @section('content') @include('dashboard::layouts.auth-header')

@lang('main.create_an_account_supplier')

@lang('main.marketer_register')

{{--
--}} {{--
Sign up with
--}} {{-- --}} {{--
--}}
{{--
--}} {{-- Or sign up with credentials--}} {{--
--}}
@csrf
{{--
@lang('main.password') strength: strong
--}}
@include('dashboard::layouts.auth-footer') @stop