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