@extends('theme.master') @section('title', 'Sign Up') @section('content') @include('admin.message') {{ $gsetting->text }} @csrf @php $code = App\Allcountry::get(); @endphp @foreach ($code as $codes) +{{$codes->phonecode}} @endforeach {{ __('Request OTP') }} {{ __('Verify OTP') }} {{ __('Already have an account') }}? {{ __('Login') }} @endsection @section('custom-script') {{-- --}} @endsection