App\Http\Controllers\Backend\RoleController::show PHP Method

show() public method

Display the specified resource.
public show ( integer $id ) : Illuminate\Http\Response
$id integer
return Illuminate\Http\Response
    public function show($id)
    {
        dd($this->roles->find($id));
    }