@extends('layouts.auth.app') @section('title', 'Operation Managers') @section('content')

Operation Managers

View and manage operation managers

Show: entries
@include('pages.admin.operation-manager.partials.search-data', ['operationManagers' => $operationManagers ?? []])

Showing 1 to {{ count($operationManagers ?? []) }} of {{ count($operationManagers ?? []) }} results

@endsection @push('scripts') @endpush