@extends('layouts/fullLayoutMaster') @section('title', __('locale.auth.register')) @section('content')
@csrf
{{ __('locale.labels.phone') }}
+258
@error('phone')
{{ $message }}
@enderror
{{ __('locale.labels.pay_payment') }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection