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