@extends('layouts.software') @section('body')
Other Account Master
@forelse ($otherAccounts as $otherAccount) @empty @endforelse
Account Name Action
{{ $otherAccount->account_name }} @if (!$otherAccount->trashed()) @else Deleted @endif
@endsection