diff --git a/resources/views/admin-reception-screen/index.blade.php b/resources/views/admin-reception-screen/index.blade.php index 618254b..73bf4bf 100644 --- a/resources/views/admin-reception-screen/index.blade.php +++ b/resources/views/admin-reception-screen/index.blade.php @@ -1,5 +1,20 @@ @extends('layouts.admin-layout') @section('content') +

Экран Приема


@@ -19,7 +34,7 @@ @foreach($receptionScreens as $receptionScreen) name) ?> - + {{ $receptionScreen->position }} {{ $receptionScreen->name }} @@ -30,7 +45,7 @@ - @@ -46,6 +61,7 @@ Имя Файла действия + @@ -64,18 +80,23 @@ + @endforeach + +
+ + Добавить файл + +
+ + -
- - Добавить файл - -
+