@extends('layouts.mobile-user') @section('content') @foreach($plan as $p)

{{ $p->name }}

{{ $basic->currency }} {{ number_format($p->minimum) }} - {{ $basic->currency }} @if($p->maximum >= 1000000000) Unlimited @else{{ number_format($p->maximum) }}@endif
@endforeach @endsection @section('sheets') @endsection @section('scripts') @endsection