@extends('layout') @section('title', 'Register') @section('meta:title', 'AccessWorld: Register') @section('meta:description', 'Sign up for a new account.') @section('content') Registration Let's fill in your other important details. {{csrf_field()}} @php $countries = App\Models\Country::where('is_supported',1)->get(); @endphp Choose your Country @foreach ($countries as $country) country_id == $country->id) selected @endif>{{$country->name}} @endforeach Sign Up By signing up, you agree to our Terms and Conditions and our Privacy Policy. @stop @push('scripts') @endpush
Let's fill in your other important details.