@extends('backend.template') @section('content')

{{ label('Preparation Classes List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('Title') }} {{ label('Alias') }} {{ label('Child of') }} {{ label('thumb') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }}
{{ $item->alias }}
change alias
@if ($item->parent) {{ $item->parent->title }} @else - @endif {{ showImageThumb($item->thumb) }}
@endsection @push('css') @endpush @push('js') @endpush