Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
maatwebsite
/
excel
/
docs
/
blade
Location:
/home/zoteqbgb/public_html/vendor/maatwebsite/excel/docs/blade
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: vars.md
# Passing variables to the view ### As parameter We can pass variables to the view by using the second parameter inside the `loadView()` method. $sheet->loadView('view', array('key' => 'value')); ### With with() Alternatively you can use the `with()` method which works the same as with Laravel views. // Using normal with() $sheet->loadView('view') ->with('key', 'value'); // using dynamic with() $sheet->loadView('view') ->withKey('value');
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
load-view.md
1,122 bytes
0644
2014-07-10 14:06
âï¸
ðï¸
Rename
styling.md
3,041 bytes
0644
2014-07-10 14:06
âï¸
ðï¸
Rename
vars.md
462 bytes
0644
2014-07-10 14:06
âï¸
ðï¸
Rename
Chang
Apply