@extends('vendor.site-bases.admin.inc.layout') @section('title', 'წესები და პირობები') @section('content')

წესები და პირობები

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