@extends('layouts/contentLayoutMaster') @section('title', 'Modal Examples') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @include('content/_partials/_modals/modal-share-project') @include('content/_partials/_modals/modal-add-new-cc') @include('content/_partials/_modals/modal-pricing') @include('content/_partials/_modals/modal-refer-earn') @include('content/_partials/_modals/modal-add-new-address') @include('content/_partials/_modals/modal-create-app') @include('content/_partials/_modals/modal-two-factor-auth') @include('content/_partials/_modals/modal-edit-user') @endsection @section('vendor-script') @endsection @section('page-script') @endsection