@extends('provider.layout.auth') @section('content')
@lang('provider.signup.already_register')

@lang('provider.signup.sign_up')

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