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

ფოტოები

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