@extends('layouts.app') @section('content')
{{ $project?->name }} › Units › {{ $unit?'Edit':'Create' }}
@if ($errors->any())
@endif
@csrf @if($unit) @method('PUT') @endif
@php $base = $category? ($category->size_sqft * ($category->base_rate_sqft ?? 0)) : ($unit->base_price ?? null); @endphp
Cancel
@endsection