@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() }}
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif @if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@endsection @section('scripts') @endsection