@extends('layouts.admin') @section('title'){{__('Initiate')}} {{ __('Recharge') }} @endsection @section('content') @include('includes.page_header',['title'=>__('Initiate')." ". __('Recharge'),'url'=>route('admin.dashboard'),'icon' => $icon??'','permission'=>'PriorityRoute-view'])
{!! Form::open(['route' => 'admin.verifyPage', 'files' => true]) !!}
{!! Form::label('phone', __('Phone Number')) !!} {!! Form::tel('phone', null, ['class' => 'form-control','placeholder' => 'Phone Number','required']) !!}

{{ Form::button(' '.__('Verify'), ['type' => 'submit', 'class' => 'btn btn-primary '] ) }} {{ __("Cancel") }}
{!! Form::close() !!}
@endsection