@extends('admin.template.layout') @section('header') @stop @section('content')
Create Service
@foreach ($categories as $category) @endforeach
# Service Is Active Category Price Building Type 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, '.', '')}} {{$category->building_type}} {{ get_date_in_timezone($category->created_at, config('global.datetime_format')) }}
@stop @section('script') @stop