@extends('vendor.site-bases.admin.inc.layout') @section('title', 'ლოკაციები') @section('content')

ლოკაციები

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