@extends('admin.layout.app') @section('more-head') {{-- @livewireStyles --}} @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM MINI STACKS @include('includes.messages') {{ csrf_field() }} {{-- @livewire('shed-stack-select') --}} Shed Select Main Stack @foreach ($shed_stacks as $shed_stack) {{ $shed_stack->stack_name }} ({{ $shed_stack->shed->name }}) @endforeach Stack Name @endsection @section('more-scripts') {{-- @livewireScripts --}} @endsection