@extends('layouts.main') @push('styles') @endpush @section('content')
| Name | Amount | Chart Of Account | |
|---|---|---|---|
| {{ $equity->name }} | {{ ugandan_shillings($equity->amount) }} | {{ get_name($equity->account_id, 'id', 'name', 'chart_of_accounts') }} | {{ Form::model($equity->id ,['method' => 'POST', 'route' => ['equities.activate', $equity->id]]) }} {{ Form::close() }} |