@extends('vendor.site-bases.admin.inc.layout') @section('title', 'მახასიათებლის ტიპები') @section('content')

მახასიათებლის ტიპები

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