@extends('vendor.site-bases.admin.inc.layout') @section('title', 'ფერების კატეგორიები') @section('content')

ფერების კატეგორიები

@include('vendor.site-bases.admin.inc.message')
@can('create-type') დამატება
@endcan
@if(count($types)) @can('publish-type') @endcan @foreach($types as $key => $type) @can('ordering-type') @else @endcan @can('publish-type') @endcan @endforeach
IDსტატუსისათაური თარიღი
{{ $type->ordering }} {{ $type->id }} published ? 'checked' : '' }} /> @if($type->image) @endif @can('update-type') {{ Str::limit($type->detail()->where('locale', 'ka')->first()->title, 35) }} @else {{ Str::limit($type->detail()->where('locale', 'ka')->first()->title, 35) }} @endcan {{ $type->created_at }} @can('update-type') @endcan @can('delete-type') @endcan
{{ $types->links() }} @else
ფერების კატეგორიები ვერ მოიძებნა
@endif
@endsection @section('js') @if(isset($limit)) @endif @endsection @section('css') @endsection