@extends('layouts.lpapp') @section('content')

Data Api Structure

The url below represents the Api structure :

@foreach($datacredits as $datacredit) url="https://dash.mobisky.biz/api/databundlesapi?username={{$datacredit->username}}&password={{$datacredit->password}}&recipient={{$datacredit->APIUserAccount->Mobile}}&qnty=7&unit=MB&validity=Day" @endforeach
{{-- url="https://dash.mobisky.biz/api/databundlesapi?username=xxxxxxxxx&password=dafs&qnty=7&recipient=254712516957&unit=MB&validity=Day"--}}
@endsection