@extends('admin.template.layout') @section('header') @stop @section('content')
@if(GetUserPermissions('coupon_category_create'))
Create Category Sort
@endif
@foreach ($categories as $category) @endforeach
# Category Details Is Active Created Date Action
{{ $i }}
@if ($category->image != '') @endif {{ $category->name }} {{-- {{ $category->parent_name }} --}}
{{web_date_in_timezone($category->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop