@extends('layouts.software') @section('body')

View Other Account Master


{{$otherAccounts->account_opening_balance_for_cash}}
{{$otherAccounts->type_for_cash}}
{{ date('d/m/Y', strtotime($otherAccounts->date_for_cash)) }}
{{$otherAccounts->account_opening_balance_for_gold}}
{{$otherAccounts->type_for_gold}}
{{ date('d/m/Y', strtotime($otherAccounts->date_for_gold)) }}
{{$otherAccounts->currency->currency_detail}}
{{$otherAccounts->account_name}}
{{$otherAccounts->classOfAccount->name}}
{{$otherAccounts->location->name}}
{{$otherAccounts->address}}

{{$otherAccounts->description}}

@endsection