@extends('layouts.admin') @section('content')
{{ __('Edit Plan') }} {{ __('Back') }}
@include('includes.admin.roles.settings')
{{ __('Edit Plan Form') }}
@include('includes.admin.form-both') @csrf {{-- 🔷 Card 1: User, Property, and Sale Type --}}
{{-- 🔷 Card 2: Title to Status --}}
@if ($attributes) @foreach ($attributes as $key => $data)
@endforeach @endif
{{-- --}}
@endsection @section('scripts') @endsection