@extends('layouts.app') @section('title', 'Sign Up') @section('styles') @endsection @section('content')

Create Account

Join thousands of carpoolers in Pakistan

@if($errors->any())
@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif
@csrf
I agree to the Terms of Service and Privacy Policy
or sign up with
@endsection