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

ფილიალები

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