Answer the question
In order to leave comments, you need to log in
How to load css on a specific blade?
The bottom line is that there is a main blade container in which head contains plug-in styles, so here's how to make sure that some styles are connected only on certain pages, for example, if the page /home
then connect more and
<link href="../assets/global/plugins/datatables/datatables.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css" rel="stylesheet" type="text/css" />
Answer the question
In order to leave comments, you need to log in
Make a css section
<link href="../assets/global/plugins/datatables/datatables.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css" rel="stylesheet" type="text/css" />
@yeild('css')
@section('css')
твои css подключаешь здесь
@stop
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question