@extends('index') @section('content') <p style="color:blue">hdsaaaaaaaaadsaaaaaaaaaa</p> @stop //views/index.blade.php this is index.blade.php //some codes then @yield('content')
if i understand what u r saying ; you have to create another file then u can use the @extend and call it from the path at which it is
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.