@extends('auth.layouts.header-client') @section('title', 'MyWTO Register') @section('content')

{{ trans('admin.register') }}

Back to site

@if(session()->has('msg')) {!! session()->get('msg') !!}

Go to site @elseif($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif
@if(!session()->has('msg'))
@endif
@stop @push('scripts') @endpush