@extends('layouts.master') @section('css') @endsection @section('title') Cost Center @endsection @section('content')

Cost Center

Detailed Report
@if (Auth::user()->staff == null || Auth::user()->staff->branch_id == null)
@endif

SN Cost Center Branch Amount (Cr) (Income) Amount (Dr) (Expense) Balance Action
Total
@endsection @section('script') @endsection