@extends('layouts.app') @section('content')

{{ $apartment->exists?'تعديل الشقة':'إضافة شقة' }}

@csrf @if($apartment->exists)@method('put')@endif
@endsection