@extends('components.modal', [
'id' => $id,
'title' => $title,
'class' => 'no-scroll width-700 height-700', // MODAL CLASSES
'body' => $layout['target'], // AS DEFINED IN THE MAIN LAYOUT
'data' => $layout['data'], // LAYOUT DATA
])
@push('ready')
@endpush