@extends('layouts/acc_layout') @section('title', '| Cash Flow Statement Config') @section('content')
{!! Form::open(['url' => '#', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!}

Cash Flow Statement Config

@foreach ($ledgers as $key => $ledger) @endforeach
SL Config For Action
{{ $loop->iteration }} {{ ucwords(str_replace('_', ' ', $ledger)) }}
{!! Form::close() !!}
@include('dataTableScript') @endsection