Skip to content

Instantly share code, notes, and snippets.

@avinashseth
Created November 2, 2020 16:07
Show Gist options
  • Save avinashseth/47d3dbc7b7db1adf0e432f58a401aac4 to your computer and use it in GitHub Desktop.
Save avinashseth/47d3dbc7b7db1adf0e432f58a401aac4 to your computer and use it in GitHub Desktop.
@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