@extends('layouts.sidebar') @section('title', 'billings') @section('content') @if (in_array('Billing Checking' || 'Client Interface', $privileges))
@include('Admin.Client.Billings.js') @else
You don't have privilege to access this page
@endif @endsection