Skip to content
Discussion options

You must be logged in to vote

Is your custom view inside the admin area (inside Backpack)? If so, you can use the same view that Backpack uses for the basic functionality:

@extends(backpack_view('blank'))

@section('content')
@endsection

This is just the empty skeleton, you can see real examples here: Create view (this is simpler view), List view (this one has sections for styles and scripts). Since you want to load a specific field, Create view would be closer to your requirements.

There is an older StackOverflow discussion for Backpack 4, which might also give you some hints.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants