@extends('layouts.app') @section('title') RACK EDIT @endsection @section('button') Back @endsection @section('content')
@csrf
@php $levelIds = json_decode($area_rack->level_id, true); $levels = \App\Models\Arealevel::whereIn('id', $levelIds)->get(); @endphp
@endsection