@extends('layouts/contentLayoutMaster') @section('title', __('locale.phone_numbers.buy_number')) @section('vendor-style') @endsection @section('content')

{{__('locale.phone_numbers.buy_number')}}

@csrf
@error('country')
{{ $message }}
@enderror
@error('area_code')
{{ $message }}
@enderror

The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.

@endsection @section('vendor-script') @endsection @section('page-script') @endsection