@extends('layouts.app') @section('title', $title) @section('content') {!! $content !!} @endsection @push('scripts') {!! $scripts !!} @endpush