@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("production-lines")}}

{{__("all-production-lines")}}

@endsection @section("content")

{{__("edit-production-line")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name")
{{$message}}
@enderror

@foreach($users as $user)
id])) checked @endif>
@endforeach
@endsection