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

Accounts

@foreach($accounts as $key => $account) @endforeach
No# Title Account Number Bank Address Current Balance Account Type
{{ ++$key }} {{ $account->title }} {{ $account->account_number }} {{ $account->bank }} {{ $account->address }} Rs.{{ $account->current_balance }}.00 {{ $account->type }}
@endsection