@extends('vendor.site-bases.admin.inc.layout') @section('title', 'ერთეულები') @section('content')

ერთეულები

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