@extends('admin.layouts.master') @section('title', 'Add Number') @section('script_css') @endsection @section('content')
Numbers
@include('admin.layouts.flash_messages')

Search Number

@csrf
@if( $errors->has('country')) {{ $errors->first('country') }} @endif
@if( $errors->has('areaCode')) {{ $errors->first('areaCode') }} @endif
@if( $errors->has('voice')) {{ $errors->first('voice') }} @endif @if( $errors->has('sms')) {{ $errors->first('sms') }} @endif @if( $errors->has('mms')) {{ $errors->first('mms') }} @endif
{{--
--}}
@endsection @section('script_js') @endsection