@extends('web.layouts.template', compact('title')) @push('head') @endpush @section('content')
{{-- --}}

First String:

Second String:

First String: Hi

Second String: There

Derived String:

@endsection @section('script') @endsection