sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 259 forks source link

Using sleeping-owl layout #310

Open lusine-barseghyan opened 8 years ago

lusine-barseghyan commented 8 years ago

Hey,

I've create my custom route in bootstrap file,

Something like this

AdminRouter::get('remote_urls/{id}/edit', array('as' => 'admin.urlEdit', 'uses' => '\App\Http\Controllers\SettingsController@urlEdit'));

And want to render some info in my custom view file.. Admin::view($content, $title); as I understand isn't enough for this, because for this we need already the content ready..

How can I do this ? Tried to extend from inner layout, but getting title and some other error message.

Please advise, which is the best way to use sleeping owl layout for my custom view files? Thanks