@extends('layouts.portal.app') @section('content')
@if(Session::has('errorResponse'))
@endif
@if(Auth::user()->hasRole('Administrator') || (Auth::user()->hasRole('Client') && Auth::user()->can('Administer Company'))) Add User @endif
@foreach($companyPrepaidUsers as $companyPrepaidUser) @endforeach
# Username Names Plan Service Type MAC Address Date Ctreated Expired On Method
{{ $companyPrepaidUser->ref_no }} -- -- -- -- -- -- -- --
{{ $companyPrepaidUsers->render() }}
@include('portal.companies.prepaid-users.create') @include('portal.companies.prepaid-users.edit') @include('portal.companies.prepaid-users.activate') @include('portal.companies.prepaid-users.deactivate') @endsection