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

სერვისები

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