@extends('layouts.master') @section('css') @endsection @section('main_content')

Bulk Edit: Plan Comparison

@csrf
@error('plan_id') {{ $message }} @enderror
Back
@if(!$planId)
Please select a plan to load labels.
@else
@foreach($labels as $l) @php($detail = $existing->get($l->id)) @endforeach
Label Value
{{ $l->display_name ?? $l->name }}
Type: {{ ucfirst($l->label_type) }}
@endif
@endsection @section('scripts') @endsection