@extends('vendor.site-bases.admin.inc.layout') @section('title', 'ქვეყანა') @section('content')

ქვეყანა

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