Matt

Results 1 comments of Matt

The workaround I used was to create view that uses blade's `@section` directive and embeds Volt component. ```html @extends('layouts.bare') @section('body') @endsection ``` And I've removed `layout` from component together with...