@extends('layouts.sidebar') @section('title', 'billings') @section('content') @if (in_array('Billing Checking', $privileges))
@if (!$latestPayroll) @if ($motherBillingId == null)
@else
@endif @endif
@csrf
@if ($motherBillingId == null && $latestPayroll) @endif
@else
You don't have privilege to access this page
@endif @endsection