@extends('layouts.master') @section('title') Accounts @endsection @section('content.header.title') Accounts Types @endsection @section('content.header.info') Manage account data here. @endsection @section('content')
@foreach($accounts as $account) @endforeach
Name Rate Monthly Limit Tier 1(%) Tier 2(%) Tier 3(%) Description
@if($account->current_flag == 1) Active @else Inactive @endif {{$account->name}} {{$account->rate}} {{$account->monthly_limit}} {{$account->ref_tier_1}} {{$account->ref_tier_2}} {{$account->ref_tier_3}} {{$account->description}} Edit
@endsection('content')