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

ქუჩები

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