@extends('backend-template')
@section('content')
Category Descriptions
Category Name |
Description |
Action |
@foreach ($adsCategories as $cat)
{!! $cat->name !!} |
{!! $cat->description !!} |
Edit
|
@endforeach
@include('blocks.modals.categories_description')
@stop
@section('js_functions')
my_main.edit_category_description();
@stop