@extends('layouts.welcomelayouts.app') @section('title') company name | subtitle @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')

REGISTRATION

@csrf
@error('name') {{ $message }} @enderror
@error('mobile') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Registration With Social

@if($appSetting->fb_app_id and $appSetting->fb_app_secret) @endif @if($appSetting->google_client_id and $appSetting->google_client_secret) @endif

I Have Account LOGIN

@endsection @push('js') @endpush