@extends('layouts/acc_layout')
@section('title', '| '.$pageTitle)
@section('content')
@include('partials/layout-assets')
| SL# |
Branch |
Fiscal Year |
Actions |
@forelse ($tarBudgetsInfos as $tarBudgetsInfo)
| {{ $loop->iteration }} |
{{ $tarBudgetsInfo->branch_name }} |
{{ $tarBudgetsInfo->fiscal_year }} |
|
@empty
| No Data Found ! |
@endforelse
{{ $tarBudgetsInfos->links() }}
@endsection