@extends('provider.layout.auth') @section('content')
ALREADY REGISTERED?

Sign Up

@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
{{ csrf_field() }}
@endsection @section('scripts') @endsection