@extends('layouts.app') @section('content')

Opening Balances Setup opening balance for the accounts once you are migrating from another accounting application.


CUSTOMERS
What your customers owe your business? This will be useful once you are migrating from another application to Salesoft Resto.
Customer Name
Debit
 Credit
Balance as on
@if(!empty($data["selected"])) @foreach($data["selected"] as $selected_account)
@endforeach @endif
@endsection('content') @section('admin_css') @stop @section('admin_js') @stop