@extends('layouts.accountingapp') @section('css') @stop @section('content')

Set Subsidiary Account


New Subsidiary

{{csrf_field()}}

**Record with same name will be updated.


List of Subsidiaries

@if(count($subsidiaries)>0) @foreach($subsidiaries as $subsidiary) @endforeach @endif
Accounting Code Accounting Name Subsidiaries Update Remove
{{++$x}} {{$subsidiary->accounting_code}} {{getAccountingName($subsidiary->accounting_code)}} {{$subsidiary->subsidiary}} Update Remove
@stop @section('script') @stop