@extends('portal.template.layout') @section('header') @stop @section('content')
Create Workshop
@foreach ($categories as $category) @endforeach
# Service Is Active Category Price Created Date Action
{{ $i }}
@if ($category->image != '') @endif {{ $category->name }} {{ $category->parent_name }}
@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')) }}
@stop @section('script') @stop