@extends('admin.layouts.app') @section('content')
Title | Program | Status | Order | Actions |
---|---|---|---|---|
@if ($service->image)
{{ $service->title }}
{{ Str::limit($service->description, 50) }}
|
{{ $service->program->title }}
|
{{ $service->is_active ? 'Active' : 'Inactive' }} | {{ $service->order }} | Edit |