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

{{ $title }}

@can('blocks.store') @csrf @endcan
@php $oldDevices = old('devices', [['ip' => '', 'port' => '', 'model' => '']]); @endphp @foreach ($oldDevices as $index => $device)
@endforeach
@can('blocks.store') @endcan უკან
@endsection @push('scripts') @endpush