@extends(Auth::user()->extender()) @section('title'){{__('Start')}} {{ __('Mobile Recharge') }} @endsection @section('content') @include('includes.page_header',['title'=>__('Start')." ". __('Mobile Recharge'),'url'=>route(Auth::user()->user_dashboard()),'icon' => $icon??'','permission'=>'PriorityRoute-view'])
{!! Form::open(['route' => 'mobile_recharge_journeys.financePage', '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