@extends('layouts.admin') @section('title', 'Products — OAH') @section('content')

Products

Manage products available when assigning client packages.

Add product
@if ($products->isNotEmpty()) @else

No products yet

Add products here, then select them when creating a client.

Add product
@endif
@endsection