@extends('portal.template.layout') @section('header') @stop @section('content')
| # | Service | Is Active | Category | Price | Created Date | Action |
|---|---|---|---|---|---|---|
| {{ $i }} |
@if ($category->image != '')
|
{{ $category->serviceType->name ?? '-' }} | {{ number_format($category->service_price, 2, '.', '')}} | {{ get_date_in_timezone($category->created_at, config('global.datetime_format')) }} |