@extends('admin.layouts.master') @section('headerFiles') @endsection @section('content')
@if ( session('message'))
× {{ session('message') }}
@endif
@foreach ($service_types as $key => $type) @endforeach
# Thumbnail Icon Image Name Parent Status Created At Actions
{{ $key + 1 }} @if ($type->thumbnail != null) @endif @if ($type->icon != null) @endif {{ $type->name_en }} {{ $type->parent ? $type->parent->name_en : '' }} {{ $type->status == 1 ? "Active" : "In Active" }} {{ date('d-m-Y ',strtotime($type->created_at)) }}
@endsection @section('footerJs') @endsection