@extends('layouts.app') @section('content')

{{ $operator->name }}

Details

{{ $operator->name }}

@if($operator->description)

{{ $operator->description }}

@endif
{{ $operator->is_active ? 'Active' : 'Inactive' }}

Metadata

{{ $operator->created_at->format('F j, Y \at g:i A') }}

{{ $operator->updated_at->format('F j, Y \at g:i A') }}

@csrf @method('DELETE')
@endsection