<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>multiple blade Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/multiple-blade/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/multiple-blade/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 16 Mar 2022 05:43:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to return multiple blade file using single function inside same controller and same route</title>
		<link>https://www.aiuniverse.xyz/how-to-return-multiple-blade-file-using-single-function-inside-same-controller-and-same-route/</link>
					<comments>https://www.aiuniverse.xyz/how-to-return-multiple-blade-file-using-single-function-inside-same-controller-and-same-route/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Mon, 13 Sep 2021 13:06:21 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[multiple blade]]></category>
		<category><![CDATA[same route]]></category>
		<category><![CDATA[same sontroller]]></category>
		<category><![CDATA[single function]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15538</guid>

					<description><![CDATA[<p>now on main public route I am raturning a method. web.php Route::get(&#8216;/trips&#8217;, &#8216;CategoryController@index&#8217;)->name(&#8216;trips&#8217;); CategoryController.php</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-return-multiple-blade-file-using-single-function-inside-same-controller-and-same-route/">How to return multiple blade file using single function inside same controller and same route</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">now on main public route I am raturning a method.</h2>



<h2 class="wp-block-heading">web.php</h2>



Route::get(&#8216;/trips&#8217;, &#8216;CategoryController@index&#8217;)->name(&#8216;trips&#8217;);



<h2 class="wp-block-heading">CategoryController.php</h2>



<script src="https://gist.github.com/dharmu9898/ee8a349c666117771336ceccbb5c4fb8.js"></script>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-return-multiple-blade-file-using-single-function-inside-same-controller-and-same-route/">How to return multiple blade file using single function inside same controller and same route</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-return-multiple-blade-file-using-single-function-inside-same-controller-and-same-route/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
