@extends('layouts.app') @section('title') AREA EDIT @endsection @section('button') Back @endsection @section('content')
@csrf
@php $rackIds = json_decode($area->rack_id, true); $racks = \App\Models\AreaRack::whereIn('id', $rackIds)->get(); @endphp
@endsection