Get 2024 Templates Mega Bundle!19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets
Get for 99$

Not work styles in laravel


Im make controller and view, create a card.
Code im copy in doc and styles not work

Screnshot: https://prnt.sc/EDGM0bEbR72k


public function create()
{
return view("pages.agencies.create");
}



<x-default-layout>
<div class="container">
<div class="row">
<div class="row g-5 g-xl-10 mb-5 mb-xl-10">
<div class="col-md-12">
<div class="card card-custom">
<div class="card-header">
<h3 class="card-title">
Base Controls

<div class="card-toolbar">
<div class="example-tools justify-content-center">
<span class="example-toggle" data-toggle="tooltip" title="View code"></span>
<span class="example-copy" data-toggle="tooltip" title="Copy code"></span>
</div>
</div>
</div>
<!--begin::Form-->
<form class="form w-100">
<div class="card-body">
<div class="form-group mb-8">
<div class="alert alert-custom alert-default" role="alert">
<div class="alert-icon"><i class="flaticon-warning text-primary"></i></div>
<div class="alert-text">
The example form below demonstrates common HTML form elements that receive updated styles from Bootstrap with additional classes.
</div>
</div>
</div>
<div class="form-group">
<label>Email address <span class="text-danger">*</span></label>
<input type="email" class="form-control" placeholder="Enter email"/>
<span class="form-text text-muted">We"ll never share your email with anyone else.</span>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password <span class="text-danger">*</span></label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"/>
</div>
<div class="form-group">
<label>Static:</label>
<p class="form-control-plaintext text-muted">email@example.com</p>
</div>
<div class="form-group">
<label for="exampleSelect1">Example select <span class="text-danger">*</span></label>
<select class="form-control" id="exampleSelect1">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="form-group">
<label for="exampleSelect2">Example multiple select <span class="text-danger">*</span></label>
<select multiple="" class="form-control" id="exampleSelect2">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="form-group mb-1">
<label for="exampleTextarea">Example textarea <span class="text-danger">*</span></label>
<textarea class="form-control" id="exampleTextarea" rows="3"></textarea>
</div>
</div>
<div class="card-footer">
<button type="reset" class="btn btn-primary mr-2">Submit</button>
<button type="reset" class="btn btn-secondary">Cancel</button>
</div>
</form>
<!--end::Form-->
</div>

</div>
</div>
</div>
</div>
</x-default-layout>


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

Could you please provide more specific information about the styles that are not working? This will help us understand the issue better and provide you with the appropriate solution or guidance.

Thank you.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(