@extends('admin.layout') @section('content')
@php $status_title = \App\Models\ServiceOption::status_title_1(); @endphp
Thêm
# Tên Trung tâm Kiểu gói Trạng thái
#{<>s_option.id<>} {<>s_option.name<>} {<>s_option.service.name<>} {<>s_option.parent ? 'Gói con' : 'Gói cha'<>} {{$status_title[\App\Helper\Constants::STATUS_ACTIVE]}} {{$status_title[\App\Helper\Constants::STATUS_INACTIVE]}}
  • {<>meta.current_page<>}
  •   Go to page  / {<>meta.last_page<>}
@endsection