@extends('layouts.backend.index') @section('title', $label) @section('content')
@if (!in_array($render,['total','monthly']))
@endif
@include('backend.finance.payroll.index_'.$render)
@endsection