diff --git a/resources/views/admin-reception-screen/index.blade.php b/resources/views/admin-reception-screen/index.blade.php index 4c644e2..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') +

Экран Приема


@@ -9,14 +24,18 @@ + + - + @foreach($receptionScreens as $receptionScreen) - + name) ?> + + + @if(count($receptionScreen->files) !== 0) @else @@ -80,4 +115,30 @@

+ + + + + + + + + + + + + + + + + + + + + + + + + + @endsection diff --git a/resources/views/files/index.blade.php b/resources/views/files/index.blade.php index 3ad1ee5..e384314 100644 --- a/resources/views/files/index.blade.php +++ b/resources/views/files/index.blade.php @@ -9,18 +9,19 @@
Позиция Название действия
{{ $receptionScreen->position }} {{ $receptionScreen->name }} редактировать @@ -25,16 +44,24 @@ удалить + +
- - +
+ + + + @@ -53,16 +80,24 @@ + @endforeach + + + + + +
Позиция Имя Файла действия
- + +
- - +{{-- --}} + @foreach($files as $file) - - +{{-- --}} + +
ПозицияНазвание файлаПозицияЭкран ПриемаНазвание файла действия
{{ $file->position }}{{ $file->name }} {{ $file->receptionScreen->name }}{{ $file->position }}{{ $file->name }}редактировать diff --git a/resources/views/layouts/admin-layout.blade.php b/resources/views/layouts/admin-layout.blade.php index e4f171e..2275618 100644 --- a/resources/views/layouts/admin-layout.blade.php +++ b/resources/views/layouts/admin-layout.blade.php @@ -49,9 +49,10 @@