wikichua / simplecontrolpanel

Simple Control Panel (Admin Panel) for Laravel. (STILL Under Development)
MIT License
4 stars 2 forks source link

add if option string #20

Closed Khludev closed 4 years ago

Khludev commented 4 years ago

Added the ability to transfer a line of code for insertion in input the view file

IN 'options' => 'config(\'const.static_page_type\')',

OUT @foreach(config('const.static_page_type') as $key => $val)