First set section name (title) and value (Home page) in view pages :-
@section('title')
Home page(define head title here)
@stop
And In layout page call the title section :-
<title>@yield('title')</title>
@section('title')
Home page(define head title here)
@stop
And In layout page call the title section :-
<title>@yield('title')</title>
No comments:
Post a Comment