Created
November 2, 2020 16:07
-
-
Save avinashseth/47d3dbc7b7db1adf0e432f58a401aac4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layouts.base') | |
@section('title', 'Homepage') | |
@section('body') | |
<h1>This is body</h1> | |
@endsection | |
@section('scripts') | |
<script> | |
console.log('hello world'); | |
</script> | |
@endsection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment