api code global jain
This commit is contained in:
194
resources/views/backend/includes/modal-sample.blade.php
Normal file
194
resources/views/backend/includes/modal-sample.blade.php
Normal file
@@ -0,0 +1,194 @@
|
||||
<button data-toggle="modal" data-target="#exampleModal">Open Modal</button>
|
||||
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content card card-custom">
|
||||
<div class="card-header justify-content-center">
|
||||
<div class="card-title mb-0">
|
||||
<h3 class="card-label mb-0">Modal title
|
||||
</h3>
|
||||
</div>
|
||||
<button type="button" class="close position-absolute" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Layout-1 -->
|
||||
<div class="row mb-10">
|
||||
<div class="col-6">
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Project Name :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
Test
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Project Hours :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
12
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Project Manager :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
Ruchit P.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Team Size :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
15
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Project Name :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
Test
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Project Hours :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
12
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Project Manager :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
Ruchit P.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row font-size-md mb-2">
|
||||
<div class="col-sm-5 text-muted text-right">Team Size :</div>
|
||||
<div class="col-sm-7">
|
||||
<div class="line-height-xl">
|
||||
15
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Layout-1 -->
|
||||
|
||||
<!--- Layout-2 -->
|
||||
<div class="imgwrap w-100 max-w-100 mb-4">
|
||||
<img src="{{asset('images/misc/bg-1.jpg')}}" alt="bg-1" class="w-100 max-w-100 rounded" />
|
||||
</div>
|
||||
<div class="line-height-xl mb-10">
|
||||
<p>Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...</p>
|
||||
</div>
|
||||
<!--- Layout-2 -->
|
||||
|
||||
<!-- Layout-3 -->
|
||||
<div class="row mb-10">
|
||||
<div class="col-sm-4">
|
||||
<img src="{{asset('images/misc/bg-2.jpg')}}" alt="bg-2" class="w-100 mx-100 rounded" />
|
||||
</div>
|
||||
<div class="col-sm-8">
|
||||
<div class="line-height-xl mb-4">
|
||||
<p>Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Layout-3 -->
|
||||
|
||||
<!-- Layout-4 -->
|
||||
<div class="row mb-10">
|
||||
<div class="col-sm-8">
|
||||
<div class="line-height-xl mb-4">
|
||||
<p>Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
Custom text for testing...Custom text for testing...
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<img src="{{asset('images/misc/bg-2.jpg')}}" alt="bg-2" class="w-100 mx-100 rounded" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- Layout-4 -->
|
||||
|
||||
<!-- Layout 5 -->
|
||||
<div class="row mb-10">
|
||||
<div class="col-12">
|
||||
<div class="row mb-4">
|
||||
<div class="col-12">
|
||||
<h3 class="text-dark mb-2 font-size-lg">1. Why FAQ Pages Are a Priority Are a Priority?
|
||||
</h3>
|
||||
<p class="text-muted mb-2">Because FAQ pages can bring in new visitors to your website via organic search and drive them to related pages – most typically deeper blog pages and service pages closely related to the questions being resolved.
|
||||
</p>
|
||||
<p class="text-muted mb-2">
|
||||
The FAQ page is one of the best ways to help people visiting your site.
|
||||
</p>
|
||||
<p class="text-muted mb-2">
|
||||
They will get their intended destination faster because you are removing any possible knowledge (informational and often trust) barriers.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-4">
|
||||
<div class="col-12">
|
||||
<h3 class="text-dark mb-2 font-size-lg">2. Why FAQ Pages Are a Priority Are a PriorityAre a PriorityAre a PriorityAre a Priority?
|
||||
</h3>
|
||||
<p class="text-muted mb-2">Because FAQ pages can bring in new visitors to your website via organic search and drive them to related pages – most typically deeper blog pages and service pages closely related to the questions being resolved.
|
||||
</p>
|
||||
<p class="text-muted mb-2">
|
||||
The FAQ page is one of the best ways to help people visiting your site.
|
||||
</p>
|
||||
<p class="text-muted mb-2">
|
||||
They will get their intended destination faster because you are removing any possible knowledge (informational and often trust) barriers.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Layout 5 -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user