@extends('layouts/contentLayoutMaster') @section('title', __('locale.phone_numbers.buy_number')) @section('vendor-style') @endsection @section('content') {{__('locale.phone_numbers.buy_number')}} @csrf {{__('locale.labels.country')}} @foreach($countries as $country) isoCountry ? 'selected': null }}> {{ $country->country }} @endforeach @error('country') {{ $message }} @enderror Area Code @error('area_code') {{ $message }} @enderror The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. SMS Enabled MMS Enabled MMS Enabled {{__('locale.buttons.search')}} @endsection @section('vendor-script') @endsection @section('page-script') @endsection
The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.