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

{{ session('success') }}

@endif @endsection