PHP Classes

File: Modules/Booking/Resources/views/frontend/partials/booking-modal.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   Modules/Booking/Resources/views/frontend/partials/booking-modal.blade.php   Download  
File: Modules/Booking/Resources/views/frontend/partials/booking-modal.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 709 bytes
 

Contents

Class file image Download
<!-- Booking Service Modal -->
<div class="modal fade" id="bookingServiceModal" tabindex="-1" aria-labelledby="bookingServiceLabel"
    aria-hidden="true">
    <div class="modal-dialog modal-lg modal-dialog-centered">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title" id="bookingServiceLabel">
                    Book a Service
                </h5>
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">
                @include('booking::frontend.partials.booking-request-form')
            </div>
        </div>
    </div>
</div>