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

Cost Center

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

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