1@extends('templates/wrapper', [ 2 'css' => ['body' => 'bg-neutral-900'] 3]) 4 5@section('container') 6 <div id="app"></div> 7@endsection 8 9