@extends('layouts.app') @section('title', 'Opening Balance') @section('breadcrumb') @endsection @push('styles') @endpush @section('content')
@include('masters.opening-balance.partials._' . $activeTab)
@endsection