@extends('components.modal', [ 'id' => $id, 'title' => $title, 'class' => 'static-map', 'body' => $layout['target'], // AS DEFINED IN THE MAIN LAYOUT 'data' => $layout['data'], // LAYOUT DATA ]) @push('ready') @endpush