10 lines
423 B
PHP
10 lines
423 B
PHP
|
<x-admin.section-header :title="view('components.admin.branch-select', ['selectedBranchId' => $selectedBranchId,'external_ip' => $external_ip])">
|
||
|
@if ($canCreate)
|
||
|
<x-wireui:button
|
||
|
wire:click="$dispatchTo('forms.room-form', 'openModal')"
|
||
|
icon="plus"
|
||
|
label="{{ __('rooms.CreateNew') }}"
|
||
|
class="bg-blue-600 text-white"
|
||
|
/>
|
||
|
@endif
|
||
|
</x-admin.section-header>
|