Correct text for no subfleets #507 (#518)

This commit is contained in:
Nabeel S
2020-01-30 11:04:22 -05:00
committed by GitHub
parent 02b16d5e57
commit f5bc087f38

View File

@@ -7,7 +7,7 @@
</div> </div>
@if(count($flight->subfleets) === 0) @if(count($flight->subfleets) === 0)
@include('admin.common.none_added', ['type' => 'expenses']) @include('admin.common.none_added', ['type' => 'subfleets'])
@endif @endif
<table class="table table-responsive" id="aircrafts-table"> <table class="table table-responsive" id="aircrafts-table">