@extends('dashboard.layout.layout') @section('content')

{{ $block->name }}

@csrf
@forelse($block->entrances as $index => $entrance)

სადარბაზო {{ $index + 1 }}

@empty

სადარბაზო 1

@endforelse
@endsection @push('scripts') @endpush