why create variable of undefined code example
Example: Undefined variable
@extends('layouts.app') @section('content') {{$post->title}}
{{$test}}
@endsection
@extends('layouts.app') @section('content') {{$post->title}}
{{$test}}
@endsection